| Modifier and Type | Method and Description |
|---|---|
Patch |
Aphrodite.getPatch(URL url)
Get the
Patch located at the provided URL. |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
Aphrodite.findPatchesRelatedTo(Patch patch)
Retrieve all
Patch objects related to the supplied patch. |
List<Patch> |
Aphrodite.getPatchesAssociatedWith(Issue issue)
Retrieve all Patches associated with the provided
Issue object |
List<Patch> |
Aphrodite.getPatchesByState(Repository repository,
PatchState state)
Retrieve all Patches associated with the provided
Repository object, which have a
state that matches the provided PatchState object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Aphrodite.addCommentToPatch(Patch patch,
String comment)
Add a
Comment to the specified Patch object, and propagate the changes
to the remote repository. |
void |
Aphrodite.addLabelToPatch(Patch patch,
String labelName)
Attach a label to the specified patch.
|
List<Patch> |
Aphrodite.findPatchesRelatedTo(Patch patch)
Retrieve all
Patch objects related to the supplied patch. |
CommitStatus |
Aphrodite.getCommitStatusFromPatch(Patch patch)
Retrieve the current CI status of the latest commit associated with a given patch.
|
List<Issue> |
Aphrodite.getIssuesAssociatedWith(Patch patch)
Retrieve all Issues associated with the provided patch object.
|
List<Label> |
Aphrodite.getLabelsFromPatch(Patch patch)
Retrieve all labels associated with the provided
Patch object. |
void |
Aphrodite.removeLabelFromPatch(Patch patch,
String name)
Delete a label from the provided
Patch object. |
void |
Aphrodite.setLabelsToPatch(Patch patch,
List<Label> labels)
Set the labels for the provided
Patch object. |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
AbstractIssueTracker.getIssuesAssociatedWith(Patch patch) |
| Modifier and Type | Method and Description |
|---|---|
Patch |
AbstractRepositoryService.getPatch(URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
AbstractRepositoryService.getPatchesAssociatedWith(Issue issue) |
List<Patch> |
AbstractRepositoryService.getPatchesByState(Repository repository,
PatchState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRepositoryService.addCommentToPatch(Patch patch,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
Patch |
GitHubRepositoryService.getPatch(URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
GitHubRepositoryService.findPatchesRelatedTo(Patch patch) |
List<Patch> |
GitHubRepositoryService.getPatchesAssociatedWith(Issue issue) |
List<Patch> |
GitHubRepositoryService.getPatchesByState(Repository repository,
PatchState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
GitHubRepositoryService.addCommentToPatch(Patch patch,
String comment) |
void |
GitHubRepositoryService.addLabelToPatch(Patch patch,
String labelName) |
List<Patch> |
GitHubRepositoryService.findPatchesRelatedTo(Patch patch) |
CommitStatus |
GitHubRepositoryService.getCommitStatusFromPatch(Patch patch) |
List<Label> |
GitHubRepositoryService.getLabelsFromPatch(Patch patch) |
void |
GitHubRepositoryService.removeLabelFromPatch(Patch patch,
String name) |
void |
GitHubRepositoryService.setLabelsToPatch(Patch patch,
List<Label> labels) |
| Modifier and Type | Method and Description |
|---|---|
Patch |
RepositoryService.getPatch(URL url)
Get the
Patch located at the provided URL. |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
RepositoryService.findPatchesRelatedTo(Patch patch)
Find all the patches related to the given patch.
|
List<Patch> |
RepositoryService.getPatchesAssociatedWith(Issue issue)
Retrieve all Patches associated with the provided
Issue object |
List<Patch> |
RepositoryService.getPatchesByState(Repository repository,
PatchState state)
Retrieve all Patches associated with the provided
Repository object, which have a
state that matches the provided PatchState object. |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryService.addCommentToPatch(Patch patch,
String comment)
Add a
Comment to the specified Patch object, and propagate the changes
to the remote repository. |
void |
RepositoryService.addLabelToPatch(Patch patch,
String labelName)
Attach a label to the specified patch.
|
List<Patch> |
RepositoryService.findPatchesRelatedTo(Patch patch)
Find all the patches related to the given patch.
|
CommitStatus |
RepositoryService.getCommitStatusFromPatch(Patch patch)
Retrieve the current CI status of the latest commit associated with a given patch.
|
List<Issue> |
IssueTrackerService.getIssuesAssociatedWith(Patch patch)
Retrieve all Issues associated with the provided patch object.
|
List<Label> |
RepositoryService.getLabelsFromPatch(Patch patch)
Retrieve all labels associated with the provided
Patch object. |
void |
RepositoryService.removeLabelFromPatch(Patch patch,
String name)
Delete a label from the provided
Patch object. |
void |
RepositoryService.setLabelsToPatch(Patch patch,
List<Label> labels)
Set the labels for the provided
Patch object. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.