@Extension
public class GlobalSettings
extends jenkins.model.GlobalConfiguration
Constructor and Description |
---|
GlobalSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
static GlobalSettings |
get()
Some plugin implementations make use of @Inject to make this available
in other plugin classes.
|
boolean |
getDashboardOrphanedJobsDetailedView() |
boolean |
getDetailedView() |
boolean |
getShowLabellessJobs() |
boolean |
getShowSingleNodeJobs() |
all, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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 static GlobalSettings get()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class jenkins.model.GlobalConfiguration
hudson.model.Descriptor.FormException
public boolean getDetailedView()
public boolean getDashboardOrphanedJobsDetailedView()
public boolean getShowSingleNodeJobs()
public boolean getShowLabellessJobs()
Copyright © 2016–2020. All rights reserved.