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)
Folders, so implementations should not call FolderHealthMetric.getHealthReport(hudson.model.Item) in this case.item - a Folder or any other TopLevelItemList<hudson.model.HealthReport> report()
Copyright © 2016. All rights reserved.