org.jenkinsci.plugins.envinject
Class EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<P>
      extended by hudson.tools.PropertyDescriptor<hudson.slaves.NodeProperty<?>,hudson.model.Node>
          extended by hudson.slaves.NodePropertyDescriptor
              extended by org.jenkinsci.plugins.envinject.EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
EnvInjectNodeProperty

@Extension
public static class EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor
extends hudson.slaves.NodePropertyDescriptor


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
EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor()
           
EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor(Class<? extends hudson.slaves.NodeProperty<?>> clazz)
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
static hudson.XmlFile getConfigFile()
           
 String getDisplayName()
           
 EnvInjectGlobalPasswordEntry[] getEnvInjectGlobalPasswordEntries()
           
 String getHelpFile()
           
 void load()
           
 void save()
           
 
Methods inherited from class hudson.tools.PropertyDescriptor
for_, for_, isApplicable
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getId, getJsonSafeClassName, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor

public EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor()

EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor

public EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor(Class<? extends hudson.slaves.NodeProperty<?>> clazz)
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.slaves.NodeProperty<?>>

getHelpFile

public String getHelpFile()
Overrides:
getHelpFile in class hudson.model.Descriptor<hudson.slaves.NodeProperty<?>>

getEnvInjectGlobalPasswordEntries

public EnvInjectGlobalPasswordEntry[] getEnvInjectGlobalPasswordEntries()

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<hudson.slaves.NodeProperty<?>>
Throws:
hudson.model.Descriptor.FormException

save

public void save()
Specified by:
save in interface hudson.model.Saveable
Overrides:
save in class hudson.model.Descriptor<hudson.slaves.NodeProperty<?>>

load

public void load()
Overrides:
load in class hudson.model.Descriptor<hudson.slaves.NodeProperty<?>>

getConfigFile

public static hudson.XmlFile getConfigFile()


Copyright © 2004-2012. All Rights Reserved.