Uses of Class
org.jboss.set.aphrodite.domain.PullRequest
-
Packages that use PullRequest Package Description org.jboss.set.aphrodite.domain org.jboss.set.aphrodite.domain.spi -
-
Uses of PullRequest in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return PullRequest Modifier and Type Method Description PullRequestPullRequestUpgrade. getPullRequest()Methods in org.jboss.set.aphrodite.domain that return types with arguments of type PullRequest Modifier and Type Method Description List<PullRequest>PullRequest. findReferencedPullRequests()Constructors in org.jboss.set.aphrodite.domain with parameters of type PullRequest Constructor Description PullRequestUpgrade(PullRequest pullRequest, String id, String tag, String version, String branch) -
Uses of PullRequest in org.jboss.set.aphrodite.domain.spi
Methods in org.jboss.set.aphrodite.domain.spi that return types with arguments of type PullRequest Modifier and Type Method Description List<PullRequest>PullRequestHome. findReferencedPullRequests(PullRequest pullRequest)Find the referenced pull requests to the given pull request in this PullRequestHome.Methods in org.jboss.set.aphrodite.domain.spi with parameters of type PullRequest Modifier and Type Method Description booleanPullRequestHome. addComment(PullRequest pullRequest, String comment)Add a comment to the specifiedPullRequestobject, and propagate the changes to the remote repository.booleanPullRequestHome. addLabel(PullRequest pullRequest, Label label)Attach a label to the specified pull request.voidPullRequestHome. approveOnPullRequest(PullRequest pullRequest)Approve pull request.List<PullRequest>PullRequestHome. findReferencedPullRequests(PullRequest pullRequest)Find the referenced pull requests to the given pull request in this PullRequestHome.CommitStatusPullRequestHome. getCommitStatus(PullRequest pullRequest)Retrieve the current CI status of the latest commit associated with a given pull request.List<Label>PullRequestHome. getLabels(PullRequest pullRequest)Retrieve all labels associated with the providedPullRequestobject.booleanPullRequestHome. removeLabel(PullRequest pullRequest, Label label)Remove a label from the providedPullRequestobject.voidPullRequestHome. requestChangesOnPullRequest(PullRequest pullRequest, String body)Request changes on pull request with comment.booleanPullRequestHome. setLabels(PullRequest pullRequest, List<Label> labels)Set the labels for thePullRequestobject.
-