public static interface FolderHealthMetric.Reporter
Modifier and Type | Method and Description |
---|---|
void |
observe(hudson.model.Item item)
Called during recursive traversal of the tree from the folder on which this metric is specified.
|
List<hudson.model.HealthReport> |
report() |
void observe(hudson.model.Item item)
Folder
s, so implementations should not call FolderHealthMetric.getHealthReport(hudson.model.Item)
in this case.item
- a Folder
or any other TopLevelItem
List<hudson.model.HealthReport> report()
Copyright © 2016–2017. All rights reserved.