Uses of Class
org.jboss.set.aphrodite.domain.PullRequestState
-
Packages that use PullRequestState Package Description org.jboss.set.aphrodite.domain -
-
Uses of PullRequestState in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return PullRequestState Modifier and Type Method Description PullRequestStatePullRequest. getState()static PullRequestStatePullRequestState. valueOf(String name)Returns the enum constant of this type with the specified name.static PullRequestState[]PullRequestState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.set.aphrodite.domain with parameters of type PullRequestState Modifier and Type Method Description voidPullRequest. setState(PullRequestState state)Constructors in org.jboss.set.aphrodite.domain with parameters of type PullRequestState Constructor Description PullRequest(String id, URL url, Repository repository, Codebase codebase, PullRequestState state, String title, String body, boolean mergeable, boolean merged, MergeableState mergeableState, Date mergedAt)Deprecated.PullRequest(String id, URL url, Repository repository, Codebase codebase, PullRequestState state, String title, String body, boolean mergeable, boolean merged, MergeableState mergeableState, Date mergedAt, List<Commit> commits)PullRequest(String id, URL url, Repository repository, Codebase codebase, PullRequestState state, String title, String body, boolean mergeable, boolean merged, MergeableState mergeableState, Date mergedAt, List<Commit> commits, PullRequestHome prHome)
-