Uses of Class
org.jboss.set.aphrodite.domain.Label
-
Packages that use Label Package Description org.jboss.set.aphrodite.domain org.jboss.set.aphrodite.domain.spi -
-
Uses of Label in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return types with arguments of type Label Modifier and Type Method Description List<Label>PullRequest. getLabels()Methods in org.jboss.set.aphrodite.domain with parameters of type Label Modifier and Type Method Description booleanPullRequest. addLabel(Label label)booleanPullRequest. removeLabel(Label label)Method parameters in org.jboss.set.aphrodite.domain with type arguments of type Label Modifier and Type Method Description booleanPullRequest. setLabels(List<Label> labels) -
Uses of Label in org.jboss.set.aphrodite.domain.spi
Methods in org.jboss.set.aphrodite.domain.spi that return types with arguments of type Label Modifier and Type Method Description List<Label>PullRequestHome. getLabels(PullRequest pullRequest)Retrieve all labels associated with the providedPullRequestobject.Methods in org.jboss.set.aphrodite.domain.spi with parameters of type Label Modifier and Type Method Description booleanPullRequestHome. addLabel(PullRequest pullRequest, Label label)Attach a label to the specified pull request.booleanPullRequestHome. removeLabel(PullRequest pullRequest, Label label)Remove a label from the providedPullRequestobject.Method parameters in org.jboss.set.aphrodite.domain.spi with type arguments of type Label Modifier and Type Method Description booleanPullRequestHome. setLabels(PullRequest pullRequest, List<Label> labels)Set the labels for thePullRequestobject.
-