Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestState
-
Packages that use BitbucketPullRequestState Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.model Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketPullRequestState in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client with parameters of type BitbucketPullRequestState Modifier and Type Method Description Stream<BitbucketPullRequest>
BitbucketRepositoryClient. getPullRequests(BitbucketPullRequestState state)
Gets all pull requests of the given state for the repository.Stream<BitbucketPullRequest>
BitbucketRepositoryClientImpl. getPullRequests(BitbucketPullRequestState state)
-
Uses of BitbucketPullRequestState in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return BitbucketPullRequestState Modifier and Type Method Description BitbucketPullRequestState
BitbucketPullRequest. getState()
static BitbucketPullRequestState
BitbucketPullRequestState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitbucketPullRequestState[]
BitbucketPullRequestState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketPullRequestState Constructor Description BitbucketPullRequest(long id, BitbucketPullRequestState state, BitbucketPullRequestRef fromRef, BitbucketPullRequestRef toRef, long updatedDate, String title, String description)
-
Uses of BitbucketPullRequestState in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return BitbucketPullRequestState Modifier and Type Method Description BitbucketPullRequestState
MinimalPullRequest. getState()
-