org.jenkinsci.plugins.mdtool.buildarguments
Class RuntimeArgument.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<OptionalArgument>
      extended by org.jenkinsci.plugins.mdtool.buildarguments.OptionalArgumentDescriptor
          extended by org.jenkinsci.plugins.mdtool.buildarguments.RuntimeArgument.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
RuntimeArgument

@Extension
public static class RuntimeArgument.DescriptorImpl
extends OptionalArgumentDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
RuntimeArgument.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckValue(String value)
           
 
Methods inherited from class org.jenkinsci.plugins.mdtool.buildarguments.OptionalArgumentDescriptor
getDisplayName
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeArgument.DescriptorImpl

public RuntimeArgument.DescriptorImpl()
Method Detail

doCheckValue

public hudson.util.FormValidation doCheckValue(@QueryParameter
                                               String value)
Overrides:
doCheckValue in class OptionalArgumentDescriptor


Copyright © 2004-2014. All Rights Reserved.