Package hudson.model
Class PaneStatusProperties.DescriptorImpl
- java.lang.Object
- 
- hudson.model.Descriptor<UserProperty>
- 
- hudson.model.UserPropertyDescriptor
- 
- hudson.model.PaneStatusProperties.DescriptorImpl
 
 
 
- 
- Enclosing class:
- PaneStatusProperties
 
 @Extension @Symbol("paneStatus") public static class PaneStatusProperties.DescriptorImpl extends UserPropertyDescriptor 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
 
- 
 - 
Field Summary- 
Fields inherited from class hudson.model.Descriptorclazz
 
- 
 - 
Constructor SummaryConstructors Constructor Description DescriptorImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()Whether or not the described property is enabled in the current context.UserPropertynewInstance(User user)Creates a default instance ofUserPropertyto be associated withUserobject that wasn't created from a persisted XML data.- 
Methods inherited from class hudson.model.DescriptoraddHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
- 
 
- 
- 
- 
Method Detail- 
newInstancepublic UserProperty newInstance(User user) Description copied from class:UserPropertyDescriptorCreates a default instance ofUserPropertyto be associated withUserobject that wasn't created from a persisted XML data.See Userclass javadoc for more details about the life cycle ofUserand when this method is invoked.- Specified by:
- newInstancein class- UserPropertyDescriptor
- Returns:
- null if the implementation choose not to add any property object for such user.
 
 - 
isEnabledpublic boolean isEnabled() Description copied from class:UserPropertyDescriptorWhether or not the described property is enabled in the current context. Defaults to true. Over-ride in sub-classes as required.Returning false from this method essentially has the same effect of making Hudson behaves as if this UserPropertyDescriptoris not a part ofUserProperty.all().This mechanism is useful if the availability of the property is contingent of some other settings. - Overrides:
- isEnabledin class- UserPropertyDescriptor
 
 
- 
 
-