Class AvgCheckoutDurationColumn.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ListViewColumn>
hudson.views.ListViewColumnDescriptor
org.jenkinsci.plugins.additionalmetrics.AvgCheckoutDurationColumn.DescriptorImpl
- Enclosing class:
AvgCheckoutDurationColumn
@Extension
@Symbol("avgCheckoutDuration")
public static class AvgCheckoutDurationColumn.DescriptorImpl
extends ListViewColumnDescriptor
-
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 -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name for this column type.booleanIndicates whether this column should be shown by default in list views.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
shownByDefault
public boolean shownByDefault()Indicates whether this column should be shown by default in list views. Additional metric columns are not shown by default and must be explicitly added by users.- Overrides:
shownByDefaultin classListViewColumnDescriptor- Returns:
- false, indicating this column is not shown by default
-
getDisplayName
Returns the display name for this column type. This name appears in the Jenkins UI when users are configuring list view columns.- Overrides:
getDisplayNamein classDescriptor<ListViewColumn>- Returns:
- the human-readable display name for this column type
-