Uses of Class
com.igalg.jenkins.plugins.multibranch.buildstrategy.AbstractBranchBuildStrategy.Strategy
-
-
Uses of AbstractBranchBuildStrategy.Strategy in com.igalg.jenkins.plugins.multibranch.buildstrategy
Methods in com.igalg.jenkins.plugins.multibranch.buildstrategy that return AbstractBranchBuildStrategy.Strategy Modifier and Type Method Description static AbstractBranchBuildStrategy.Strategy
AbstractBranchBuildStrategy.Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractBranchBuildStrategy.Strategy[]
AbstractBranchBuildStrategy.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.igalg.jenkins.plugins.multibranch.buildstrategy with parameters of type AbstractBranchBuildStrategy.Strategy Constructor Description AbstractBranchBuildStrategy(AbstractBranchBuildStrategy.Strategy strategy)
-