hpi
Class ScriptSelectionTaskDefinition.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.ParameterDefinition>
      extended by hudson.model.ParameterDefinition.ParameterDescriptor
          extended by hpi.ScriptSelectionTaskDefinition.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
ScriptSelectionTaskDefinition

@Extension
public static class ScriptSelectionTaskDefinition.DescriptorImpl
extends hudson.model.ParameterDefinition.ParameterDescriptor


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
ScriptSelectionTaskDefinition.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckCountDelimiterSymbol(java.lang.String value)
           
 hudson.util.FormValidation doCheckDelimiter(java.lang.String value)
           
 hudson.util.FormValidation doCheckPath(java.lang.String value)
           
 java.lang.String getDisplayName()
           
 
Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor
getValuePage
 
Methods inherited from class hudson.model.Descriptor
calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, 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

ScriptSelectionTaskDefinition.DescriptorImpl

public ScriptSelectionTaskDefinition.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Overrides:
getDisplayName in class hudson.model.ParameterDefinition.ParameterDescriptor

doCheckPath

public hudson.util.FormValidation doCheckPath(@QueryParameter
                                              java.lang.String value)
                                       throws java.io.IOException,
                                              javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

doCheckCountDelimiterSymbol

public hudson.util.FormValidation doCheckCountDelimiterSymbol(@QueryParameter
                                                              java.lang.String value)
                                                       throws java.io.IOException,
                                                              javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

doCheckDelimiter

public hudson.util.FormValidation doCheckDelimiter(@QueryParameter
                                                   java.lang.String value)
                                            throws java.io.IOException,
                                                   javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2011. All Rights Reserved.