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 -
Method Summary
Modifier and TypeMethodDescriptiondoCheckCondition
(String value) Performs on-the-fly validation of the form field 'condition'.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
LegacyConditionDescriptor
public LegacyConditionDescriptor()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<org.jenkins_ci.plugins.run_condition.RunCondition>
-
doCheckCondition
public FormValidation doCheckCondition(@QueryParameter String value) throws IOException, jakarta.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
jakarta.servlet.ServletException
-