Uses of Enum Class
com.chikli.hudson.plugin.naginator.RegexpForMatrixStrategy
-
Uses of RegexpForMatrixStrategy in com.chikli.hudson.plugin.naginator
Methods in com.chikli.hudson.plugin.naginator that return RegexpForMatrixStrategyModifier and TypeMethodDescriptionstatic RegexpForMatrixStrategy
RegexpForMatrixStrategy.getDefault()
NaginatorPublisher.getRegexpForMatrixStrategy()
NaginatorPublisherScheduleAction.getRegexpForMatrixStrategy()
static RegexpForMatrixStrategy
Returns the enum constant of this class with the specified name.static RegexpForMatrixStrategy[]
RegexpForMatrixStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.chikli.hudson.plugin.naginator with parameters of type RegexpForMatrixStrategyModifier and TypeMethodDescriptionNaginatorPublisher.DescriptorImpl.doCheckRegexpForMatrixStrategy
(RegexpForMatrixStrategy value, boolean rerunMatrixPart) void
NaginatorPublisher.setRegexpForMatrixStrategy
(RegexpForMatrixStrategy regexpForMatrixStrategy)