| Constructor and Description |
|---|
Metrics.HealthChecker() |
| Modifier and Type | Method and Description |
|---|---|
void |
doRun()
Schedules this periodic work now in a new thread, if one isn't already running.
|
com.codahale.metrics.Gauge<Integer> |
getHealthCheckCount() |
com.codahale.metrics.Timer |
getHealthCheckDuration() |
com.codahale.metrics.Gauge<Double> |
getHealthCheckScore() |
long |
getRecurrencePeriod() |
cancel, scheduledExecutionTimepublic long getRecurrencePeriod()
getRecurrencePeriod in class hudson.model.PeriodicWorkpublic com.codahale.metrics.Timer getHealthCheckDuration()
public com.codahale.metrics.Gauge<Integer> getHealthCheckCount()
public com.codahale.metrics.Gauge<Double> getHealthCheckScore()
public final void doRun()
doRun in class hudson.triggers.SafeTimerTaskCopyright © 2004-2015. All Rights Reserved.