Package | Description |
---|---|
com.google.jenkins.plugins.health |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderCheck
An extension of
HealthCheck that verifies that some required plugin
classes were loaded. |
class |
ExecutorCheck
An extension of
HealthCheck that verifies that Jenkins has more than
a given minimum number of executors of some given labels. |
Modifier and Type | Method and Description |
---|---|
static List<hudson.model.Descriptor<HealthCheck>> |
HealthCheck.all() |
static List<hudson.model.Descriptor<HealthCheck>> |
HealthCheckManager.getHealthCheckDescriptors() |
Modifier and Type | Method and Description |
---|---|
protected HealthCheckReport |
HealthZone.derivePageComponent(HealthCheck check)
Return the component's Report indicating the success of the derivation and
any result obtained from it.
|
protected String |
HealthZone.namePageComponent(HealthCheck component) |
Constructor and Description |
---|
HealthZone(String name,
List<HealthCheck> healthChecks) |
Copyright © 2004-2015. All Rights Reserved.