Package org.jenkinsci.plugins.envinject
Class EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<P>
-
- hudson.tools.PropertyDescriptor<NodeProperty<?>,Node>
-
- hudson.slaves.NodePropertyDescriptor
-
- org.jenkinsci.plugins.envinject.EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor
-
- Enclosing class:
- EnvInjectNodeProperty
@Extension public static class EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor extends NodePropertyDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENVINJECT_CONFIG
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description EnvInjectNodePropertyDescriptor()
EnvInjectNodePropertyDescriptor(Class<? extends NodeProperty<?>> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
String
getDisplayName()
EnvInjectGlobalPasswordEntry[]
getEnvInjectGlobalPasswordEntries()
String
getHelpFile()
String
getId()
-
Methods inherited from class hudson.slaves.NodePropertyDescriptor
isApplicableAsGlobal
-
Methods inherited from class hudson.tools.PropertyDescriptor
for_, for_, isApplicable
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Field Detail
-
ENVINJECT_CONFIG
public static final String ENVINJECT_CONFIG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EnvInjectNodePropertyDescriptor
public EnvInjectNodePropertyDescriptor()
-
EnvInjectNodePropertyDescriptor
public EnvInjectNodePropertyDescriptor(Class<? extends NodeProperty<?>> clazz)
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<NodeProperty<?>>
-
getHelpFile
public String getHelpFile()
- Overrides:
getHelpFile
in classDescriptor<NodeProperty<?>>
-
getEnvInjectGlobalPasswordEntries
public EnvInjectGlobalPasswordEntry[] getEnvInjectGlobalPasswordEntries()
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException
- Overrides:
configure
in classDescriptor<NodeProperty<?>>
- Throws:
Descriptor.FormException
-
getId
public String getId()
- Overrides:
getId
in classDescriptor<NodeProperty<?>>
-
-