@Extension
public final class DropDownGlobalConfiguration
extends jenkins.model.GlobalConfiguration
GlobalConfiguration configuration data for this
plugin, Injected into other Extensions.| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_FILTER_VIEWS |
static boolean |
DEFAULT_SHOW_JOB_COUNT
Whether to show the job count, e.g.
|
| Constructor and Description |
|---|
DropDownGlobalConfiguration() |
DropDownGlobalConfiguration(boolean showJobCount,
boolean filterViews) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject json) |
String |
getDisplayName() |
boolean |
isFilterViews() |
boolean |
isShowJobCount() |
all, getCategory, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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, toMappublic static final boolean DEFAULT_SHOW_JOB_COUNT
(42) part of
All (42), in the drop down label name.public static final boolean DEFAULT_FILTER_VIEWS
public DropDownGlobalConfiguration()
@DataBoundConstructor
public DropDownGlobalConfiguration(boolean showJobCount,
boolean filterViews)
public boolean configure(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class jenkins.model.GlobalConfigurationpublic boolean isShowJobCount()
public boolean isFilterViews()
Copyright © 2004-2015. All Rights Reserved.