| 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.getPatchesAssociatedWith(Issue issue)
Retrieve all Patches associated with the provided
Issue object |
List<Patch> |
Aphrodite.getPatchesByStatus(Repository repository,
PatchStatus status)
Retrieve all Patches associated with the provided
Repository object, which have a
status that matches the provided PatchStatus 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<Issue> |
Aphrodite.getIssuesAssociatedWith(Patch patch)
Retrieve all Issues associated with 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.getPatchesByStatus(Repository repository,
PatchStatus status) |
| 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.getPatchesAssociatedWith(Issue issue) |
List<Patch> |
GitHubRepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status) |
| Modifier and Type | Method and Description |
|---|---|
void |
GitHubRepositoryService.addCommentToPatch(Patch patch,
String comment) |
void |
GitHubRepositoryService.addLabelToPatch(Patch patch,
String labelName) |
| 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.getPatchesAssociatedWith(Issue issue)
Retrieve all Patches associated with the provided
Issue object |
List<Patch> |
RepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status)
Retrieve all Patches associated with the provided
Repository object, which have a
status that matches the provided PatchStatus 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<Issue> |
IssueTrackerService.getIssuesAssociatedWith(Patch patch)
Retrieve all Issues associated with the provided patch object.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.