-
PhaseJobsConfig.KillPhaseOnJobResultCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
PhaseJobsConfig.KillPhaseOnJobResultCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
PhaseJobsConfig(String jobName,
String jobAlias,
String jobProperties,
boolean currParams,
List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> configs,
PhaseJobsConfig.KillPhaseOnJobResultCondition killPhaseOnJobResultCondition,
boolean disableJob,
boolean enableRetryStrategy,
String parsingRulesPath,
int maxRetries,
boolean enableCondition,
boolean abortAllJob,
String condition,
boolean buildOnlyIfSCMChanges,
boolean applyConditionOnlyIfNoSCMChanges)
PhaseJobsConfig(String jobName,
String jobAlias,
String jobProperties,
boolean currParams,
List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> configs,
PhaseJobsConfig.KillPhaseOnJobResultCondition killPhaseOnJobResultCondition,
boolean disableJob,
boolean enableRetryStrategy,
String parsingRulesPath,
int maxRetries,
boolean enableCondition,
boolean abortAllJob,
String condition,
boolean buildOnlyIfSCMChanges,
boolean applyConditionOnlyIfNoSCMChanges,
boolean aggregatedTestResults)