Uses of Class
com.cloudbees.hudson.plugins.folder.health.FolderHealthMetric
-
Packages that use FolderHealthMetric Package Description com.cloudbees.hudson.plugins.folder com.cloudbees.hudson.plugins.folder.config com.cloudbees.hudson.plugins.folder.health -
-
Uses of FolderHealthMetric in com.cloudbees.hudson.plugins.folder
Methods in com.cloudbees.hudson.plugins.folder that return types with arguments of type FolderHealthMetric Modifier and Type Method Description DescribableList<FolderHealthMetric,FolderHealthMetricDescriptor>AbstractFolder. getHealthMetrics()List<FolderHealthMetric>AbstractFolderProperty. getHealthMetrics()Returns the health metrics contributed by this property. -
Uses of FolderHealthMetric in com.cloudbees.hudson.plugins.folder.config
Methods in com.cloudbees.hudson.plugins.folder.config that return types with arguments of type FolderHealthMetric Modifier and Type Method Description List<FolderHealthMetric>AbstractFolderConfiguration. getHealthMetrics()Method parameters in com.cloudbees.hudson.plugins.folder.config with type arguments of type FolderHealthMetric Modifier and Type Method Description voidAbstractFolderConfiguration. setHealthMetrics(List<FolderHealthMetric> healthMetrics) -
Uses of FolderHealthMetric in com.cloudbees.hudson.plugins.folder.health
Subclasses of FolderHealthMetric in com.cloudbees.hudson.plugins.folder.health Modifier and Type Class Description classWorstChildHealthMetricMethods in com.cloudbees.hudson.plugins.folder.health that return FolderHealthMetric Modifier and Type Method Description FolderHealthMetricFolderHealthMetricDescriptor. createDefault()Optionally create a default health metric to be used in new folders.FolderHealthMetricWorstChildHealthMetric.DescriptorImpl. createDefault()Methods in com.cloudbees.hudson.plugins.folder.health that return types with arguments of type FolderHealthMetric Modifier and Type Method Description static DescriptorExtensionList<FolderHealthMetric,FolderHealthMetricDescriptor>FolderHealthMetricDescriptor. all()
-