org.jenkinsci.plugins.mdtool.buildarguments
Class TargetArgument.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.TargetArgument.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
TargetArgument

@Extension
public static class TargetArgument.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
TargetArgument.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckValue(String value)
           
 hudson.util.ListBoxModel doFillValueItems()
           
 String getDefaultValue()
           
 
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

TargetArgument.DescriptorImpl

public TargetArgument.DescriptorImpl()
Method Detail

getDefaultValue

public String getDefaultValue()

doFillValueItems

public hudson.util.ListBoxModel doFillValueItems()

doCheckValue

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


Copyright © 2004-2014. All Rights Reserved.