Uses of Enum Class
org.azd.enums.GitPullRequestMergeStrategy
Packages that use GitPullRequestMergeStrategy
-
Uses of GitPullRequestMergeStrategy in org.azd.enums
Methods in org.azd.enums that return GitPullRequestMergeStrategyModifier and TypeMethodDescriptionstatic GitPullRequestMergeStrategyReturns the enum constant of this class with the specified name.static GitPullRequestMergeStrategy[]GitPullRequestMergeStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GitPullRequestMergeStrategy in org.azd.git.types
Methods in org.azd.git.types that return GitPullRequestMergeStrategyMethods in org.azd.git.types with parameters of type GitPullRequestMergeStrategyModifier and TypeMethodDescriptionvoidGitPullRequestCompletionOptions.setMergeStrategy(GitPullRequestMergeStrategy mergeStrategy)