Class NamedChildHealthMetric
java.lang.Object
hudson.model.AbstractDescribableImpl<FolderHealthMetric>
com.cloudbees.hudson.plugins.folder.health.FolderHealthMetric
com.cloudbees.hudson.plugins.folder.health.NamedChildHealthMetric
- All Implemented Interfaces:
Describable<FolderHealthMetric>
A health metric for a named child item.
- Author:
- strangelookingnerd
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Descriptor Implementation.Nested classes/interfaces inherited from class com.cloudbees.hudson.plugins.folder.health.FolderHealthMetric
FolderHealthMetric.Reporter, FolderHealthMetric.Type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.cloudbees.hudson.plugins.folder.health.FolderHealthMetric
getHealthReport
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
NamedChildHealthMetric
Ctor.- Parameters:
childName
- name of the child
-
-
Method Details
-
getChildName
- Returns:
- the name of the child.
-
getType
- Overrides:
getType
in classFolderHealthMetric
-
reporter
- Specified by:
reporter
in classFolderHealthMetric
-