Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestDirection
-
Uses of PullRequestDirection in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestDirection.opposite()
static PullRequestDirection
Returns the enum constant of this class with the specified name.static PullRequestDirection[]
PullRequestDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.repositoryAndBranch
(PullRequestDirection direction, Integer repositoryId, String branch) Sets the repository and branches fields based on direction, added here as the use case is so common.