Uses of Enum Class
org.azd.enums.PullRequestMergeFailureType
Packages that use PullRequestMergeFailureType
-
Uses of PullRequestMergeFailureType in org.azd.enums
Methods in org.azd.enums that return PullRequestMergeFailureTypeModifier and TypeMethodDescriptionstatic PullRequestMergeFailureTypeReturns the enum constant of this class with the specified name.static PullRequestMergeFailureType[]PullRequestMergeFailureType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PullRequestMergeFailureType in org.azd.git.types
Methods in org.azd.git.types that return PullRequestMergeFailureTypeMethods in org.azd.git.types with parameters of type PullRequestMergeFailureTypeModifier and TypeMethodDescriptionvoidGitPullRequest.setMergeFailureType(PullRequestMergeFailureType mergeFailureType)