Class LegacyBuildstepCondition.LegacyConditionDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<org.jenkins_ci.plugins.run_condition.RunCondition>
-
- org.jenkins_ci.plugins.run_condition.RunCondition.RunConditionDescriptor
-
- org.jenkinsci.plugins.conditionalbuildstep.LegacyBuildstepCondition.LegacyConditionDescriptor
-
- Enclosing class:
- LegacyBuildstepCondition
@Extension public static class LegacyBuildstepCondition.LegacyConditionDescriptor extends org.jenkins_ci.plugins.run_condition.RunCondition.RunConditionDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description LegacyConditionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckCondition(String value)
Performs on-the-fly validation of the form field 'condition'.String
getDisplayName()
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<org.jenkins_ci.plugins.run_condition.RunCondition>
-
doCheckCondition
public FormValidation doCheckCondition(@QueryParameter String value) throws IOException, javax.servlet.ServletException
Performs on-the-fly validation of the form field 'condition'.- Parameters:
value
- This parameter receives the value that the user has typed.- Returns:
- Indicates the outcome of the validation.
- Throws:
IOException
javax.servlet.ServletException
-
-