Uses of Class
hudson.plugins.parameterizedtrigger.ResultCondition
-
Packages that use ResultCondition Package Description hudson.plugins.parameterizedtrigger -
-
Uses of ResultCondition in hudson.plugins.parameterizedtrigger
Methods in hudson.plugins.parameterizedtrigger that return ResultCondition Modifier and Type Method Description ResultCondition
BuildTriggerConfig. getCondition()
static ResultCondition
ResultCondition. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResultCondition[]
ResultCondition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-