Uses of Enum Class
com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult.AutoMergeProcessingStatus
Packages that use AutoMergeProcessingResult.AutoMergeProcessingStatus
- 
Uses of AutoMergeProcessingResult.AutoMergeProcessingStatus in com.atlassian.bitbucket.pull.automergeMethods in com.atlassian.bitbucket.pull.automerge that return AutoMergeProcessingResult.AutoMergeProcessingStatusModifier and TypeMethodDescriptionAutoMergeProcessingResult.getProcessingStatus()Returns the enum constant of this class with the specified name.AutoMergeProcessingResult.AutoMergeProcessingStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bitbucket.pull.automerge with parameters of type AutoMergeProcessingResult.AutoMergeProcessingStatusModifierConstructorDescriptionAutoMergeProcessingResult(AutoMergeRequest autoMergeRequest, AutoMergeProcessingResult.AutoMergeProcessingStatus processingStatus)