@Extension
public class ChosenViewsTabbarGlobalConfiguration
extends jenkins.model.GlobalConfiguration
Modifier and Type | Field and Description |
---|---|
static Integer |
DEFAULT_RECENT_TABS |
protected Integer |
limitOfRecentViews |
Constructor and Description |
---|
ChosenViewsTabbarGlobalConfiguration() |
ChosenViewsTabbarGlobalConfiguration(Integer limitOfRecentViews,
String shortcutToFocusChosen) |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject json) |
String |
getDisplayName() |
Integer |
getLimitOfRecentViews() |
String |
getShortcutToFocusChosen() |
void |
setShortcutToFocusChosen(String shortcutToFocusChosen) |
all, getCategory, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, toMap
public static final Integer DEFAULT_RECENT_TABS
protected Integer limitOfRecentViews
public ChosenViewsTabbarGlobalConfiguration()
public Integer getLimitOfRecentViews()
public String getDisplayName()
getDisplayName
in class jenkins.model.GlobalConfiguration
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.FormException
public String getShortcutToFocusChosen()
public void setShortcutToFocusChosen(String shortcutToFocusChosen)
Copyright © 2004-2014. All Rights Reserved.