org.jenkinsci.plugins.conditionalbuildstep
Class LegacyBuildstepCondition.LegacyConditionDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<org.jenkins_ci.plugins.run_condition.RunCondition>
      extended by org.jenkins_ci.plugins.run_condition.RunCondition.RunConditionDescriptor
          extended by org.jenkinsci.plugins.conditionalbuildstep.LegacyBuildstepCondition.LegacyConditionDescriptor
All Implemented Interfaces:
hudson.model.Saveable
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
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
LegacyBuildstepCondition.LegacyConditionDescriptor()
           
 
Method Summary
 hudson.util.FormValidation doCheckCondition(String value)
          Performs on-the-fly validation of the form field 'condition'.
 String getDisplayName()
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyBuildstepCondition.LegacyConditionDescriptor

public LegacyBuildstepCondition.LegacyConditionDescriptor()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<org.jenkins_ci.plugins.run_condition.RunCondition>

doCheckCondition

public hudson.util.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


Copyright © 2004-2012. All Rights Reserved.