Uses of Enum Class
org.jenkinsci.plugins.gitclient.MergeCommand.Strategy
Packages that use MergeCommand.Strategy
- 
Uses of MergeCommand.Strategy in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return MergeCommand.StrategyModifier and TypeMethodDescriptionstatic MergeCommand.StrategyReturns the enum constant of this class with the specified name.static MergeCommand.Strategy[]MergeCommand.Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jenkinsci.plugins.gitclient with parameters of type MergeCommand.StrategyModifier and TypeMethodDescriptionMergeCommand.setStrategy(MergeCommand.Strategy strategy) setStrategy.