public static enum CounterGeneratorParameterFactory.SteppingValidationEnum extends Enum<CounterGeneratorParameterFactory.SteppingValidationEnum>
| Modifier and Type | Method and Description |
|---|---|
void |
failCheck(hudson.model.TaskListener listener) |
String |
getDescription() |
static CounterGeneratorParameterFactory.SteppingValidationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterGeneratorParameterFactory.SteppingValidationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CounterGeneratorParameterFactory.SteppingValidationEnum FAIL
public static final CounterGeneratorParameterFactory.SteppingValidationEnum SKIP
public static final CounterGeneratorParameterFactory.SteppingValidationEnum NOPARMS
public static CounterGeneratorParameterFactory.SteppingValidationEnum[] values()
for (CounterGeneratorParameterFactory.SteppingValidationEnum c : CounterGeneratorParameterFactory.SteppingValidationEnum.values()) System.out.println(c);
public static CounterGeneratorParameterFactory.SteppingValidationEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getDescription()
public void failCheck(hudson.model.TaskListener listener)
throws hudson.plugins.parameterizedtrigger.AbstractBuildParameters.DontTriggerException
hudson.plugins.parameterizedtrigger.AbstractBuildParameters.DontTriggerExceptionCopyright © 2004-2014. All Rights Reserved.