Package | Description |
---|---|
org.apache.sling.hc.api.execution |
Modifier and Type | Method and Description |
---|---|
List<HealthCheckExecutionResult> |
HealthCheckExecutor.execute(HealthCheckExecutionOptions options,
String... tags)
Deprecated.
use execute(HealthCheckFilter.Options, HealthCheckExecutionOptions)
|
List<HealthCheckExecutionResult> |
HealthCheckExecutor.execute(HealthCheckSelector selector)
Deprecated.
Executes all health checks matching the supplied filter options.
|
List<HealthCheckExecutionResult> |
HealthCheckExecutor.execute(HealthCheckSelector selector,
HealthCheckExecutionOptions options)
Deprecated.
Executes all health checks with the supplied filter options.
|
List<HealthCheckExecutionResult> |
HealthCheckExecutor.execute(String... tags)
Deprecated.
use execute(HealthCheckFilter.Options)
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.