Uses of Enum Class
org.azd.enums.PullRequestAsyncStatus
Packages that use PullRequestAsyncStatus
-
Uses of PullRequestAsyncStatus in org.azd.enums
Methods in org.azd.enums that return PullRequestAsyncStatusModifier and TypeMethodDescriptionstatic PullRequestAsyncStatusReturns the enum constant of this class with the specified name.static PullRequestAsyncStatus[]PullRequestAsyncStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PullRequestAsyncStatus in org.azd.git.types
Methods in org.azd.git.types that return PullRequestAsyncStatusMethods in org.azd.git.types with parameters of type PullRequestAsyncStatusModifier and TypeMethodDescriptionvoidGitPullRequest.setMergeStatus(PullRequestAsyncStatus mergeStatus)