Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestDirection
Packages that use PullRequestDirection
-
Uses of PullRequestDirection in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestDirectionModifier 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.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestDirectionModifier 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.