Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestChangeScope
Packages that use PullRequestChangeScope
-
Uses of PullRequestChangeScope in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestChangeScopeModifier and TypeMethodDescriptionPullRequestChangesRequest.getChangeScope()
Specifies the scope of the changes to be streamed.static PullRequestChangeScope
Returns the enum constant of this class with the specified name.static PullRequestChangeScope[]
PullRequestChangeScope.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 PullRequestChangeScopeModifier and TypeMethodDescriptionPullRequestChangesRequest.Builder.changeScope
(PullRequestChangeScope value) Specifies the scope of the changes to be streamed.