| Package | Description |
|---|---|
| org.jboss.set.aphrodite | |
| org.jboss.set.aphrodite.repository.services.github | |
| org.jboss.set.aphrodite.spi |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
Aphrodite.getLabelsFromPatch(Patch patch)
Retrieve all labels associated with the provided
Patch object. |
List<Label> |
Aphrodite.getLabelsFromRepository(Repository repository)
Retrieve all labels associated with the provided
Patch in Repository object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Aphrodite.setLabelsToPatch(Patch patch,
List<Label> labels)
Set the labels for the provided
Patch object. |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
GitHubRepositoryService.getLabelsFromPatch(Patch patch) |
List<Label> |
GitHubRepositoryService.getLabelsFromRepository(Repository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
GitHubRepositoryService.setLabelsToPatch(Patch patch,
List<Label> labels) |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
RepositoryService.getLabelsFromPatch(Patch patch)
Retrieve all labels associated with the provided
Patch object. |
List<Label> |
RepositoryService.getLabelsFromRepository(Repository repository)
Retrieve all labels associated with the provided
Patch in Repository object. |
| Modifier and Type | Method and Description |
|---|---|
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.