@Extension
public static final class EnvironmentTagBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
EnvironmentTagBuilder
. The class is marked as
public so that it can be accessed from views. See
de/codecentric/jenkins/dashboard/EnvironmentTagBuilder/*.jelly
for the actual HTML fragment for the configuration screen.Constructor and Description |
---|
DescriptorImpl()
To persist global configuration information, simply store it in a
field and call save().
|
Modifier and Type | Method and Description |
---|---|
hudson.util.ListBoxModel |
doFillCredentialsItems() |
hudson.util.ListBoxModel |
doFillRegionItems() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
boolean |
isApplicable(Class type)
Applicable to any kind of project.
|
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
public DescriptorImpl()
If you don't want fields to be persisted, use transient.
public hudson.util.ListBoxModel doFillCredentialsItems()
public hudson.util.ListBoxModel doFillRegionItems()
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public boolean isApplicable(Class type)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Copyright © 2004-2015. All Rights Reserved.