Uses of Enum Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestState
Packages that use BitbucketPullRequestState
Package
Description
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
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 BitbucketPullRequestStateModifier and TypeMethodDescriptionBitbucketRepositoryClient.getPullRequests(BitbucketPullRequestState state) Gets all pull requests of the given state for the repository.BitbucketRepositoryClientImpl.getPullRequests(BitbucketPullRequestState state) -
Uses of BitbucketPullRequestState in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return BitbucketPullRequestStateModifier and TypeMethodDescriptionBitbucketPullRequest.getState()static BitbucketPullRequestStateReturns the enum constant of this class with the specified name.static BitbucketPullRequestState[]BitbucketPullRequestState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketPullRequestStateModifierConstructorDescriptionBitbucketPullRequest(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