public abstract class FolderHealthMetricDescriptor extends Descriptor<FolderHealthMetric>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
FolderHealthMetricDescriptor() |
Modifier and Type | Method and Description |
---|---|
static 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, getCategory, 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.containerType
- the container type.true
if this metric is applicable.@CheckForNull public FolderHealthMetric createDefault()
public static DescriptorExtensionList<FolderHealthMetric,FolderHealthMetricDescriptor> all()
Copyright © 2016–2020. All rights reserved.