public abstract class FolderHealthMetricDescriptor extends hudson.model.Descriptor<FolderHealthMetric>
Constructor and Description |
---|
FolderHealthMetricDescriptor() |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<FolderHealthMetric,FolderHealthMetricDescriptor> |
all() |
FolderHealthMetric |
createDefault()
Optionally create a default health metric to be used in new folders.
|
boolean |
isApplicable(Class<? extends AbstractFolder> containerType)
Returns true if this
FolderHealthMetric type is applicable to the
given folder type. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, 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 boolean isApplicable(Class<? extends AbstractFolder> containerType)
FolderHealthMetric
type is applicable to the
given folder type.@CheckForNull public FolderHealthMetric createDefault()
public static hudson.DescriptorExtensionList<FolderHealthMetric,FolderHealthMetricDescriptor> all()
Copyright © 2016–2017. All rights reserved.