| Package | Description |
|---|---|
| com.google.jenkins.plugins.health | |
| com.google.jenkins.plugins.health.lib |
Provides infrastructure for building a page assembled from 'components', each
of which has a simple output and independent, potentially rich derivation
logic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HealthCheckReport
A tuple of a
Result object and a log stream as a String. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DerivedPageComponent<Report extends DerivedPageComponentReport>
Logic to yield a
Report for this component of the page. |
class |
DerivedPageZone<Component extends DerivedPageComponent<Report>,Report extends DerivedPageComponentReport>
A
DerivedPageZone is a named container for
DerivedPageComponents. |
Copyright © 2004-2015. All Rights Reserved.