Class EnvDashboardView.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<View>
-
- hudson.model.ViewDescriptor
-
- org.jenkinsci.plugins.environmentdashboard.EnvDashboardView.DescriptorImpl
-
- Enclosing class:
- EnvDashboardView
@Extension public static final class EnvDashboardView.DescriptorImpl extends ViewDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
descriptor impl constructor This empty constructor is required for stapler.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
FormValidation
doDropColumn(String column)
ListBoxModel
doFillColumnItems()
static ArrayList<String>
getCustomColumns()
String
getDisplayName()
get the display name-
Methods inherited from class hudson.model.ViewDescriptor
checkDisplayName, doAutoCompleteCopyNewItemFrom, getColumnsDescriptors, getJobFiltersDescriptors, getNewViewDetailPage, isApplicable, isApplicableIn, isInstantiable
-
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, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
doFillColumnItems
public ListBoxModel doFillColumnItems()
-
doDropColumn
public FormValidation doDropColumn(@QueryParameter("column") String column)
-
getDisplayName
public String getDisplayName()
get the display name- Overrides:
getDisplayName
in classViewDescriptor
- Returns:
- display name
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
- Overrides:
configure
in classDescriptor<View>
- Throws:
Descriptor.FormException
-
-