| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain | |
| org.jboss.set.aphrodite.domain.spi |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
PullRequest.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PullRequest.addLabel(Label label) |
boolean |
PullRequest.removeLabel(Label label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PullRequest.setLabels(List<Label> labels) |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
PullRequestHome.getLabels(PullRequest pullRequest)
Retrieve all labels associated with the provided
PullRequest object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PullRequestHome.addLabel(PullRequest pullRequest,
Label label)
Attach a label to the specified pull request.
|
boolean |
PullRequestHome.removeLabel(PullRequest pullRequest,
Label label)
Remove a label from the provided
PullRequest object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PullRequestHome.setLabels(PullRequest pullRequest,
List<Label> labels)
Set the labels for the
PullRequest object. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.