class CheckRunner
<init> |
CheckRunner(aem: AemExtension) |
aborted |
Verify if running is stopped. val aborted: Boolean |
delay |
How long to wait after failed checking before checking again. val delay: Property<Long!>! |
logInstantly |
Controls logging behavior var logInstantly: Boolean |
runningTime |
Time since running started. val runningTime: Long |
verbose |
Controls if aborted running should fail build. val verbose: Property<Boolean!>! |
check |
fun check(instances: Collection<Instance>): Unitfun check(instance: Instance): CheckGroup |
checks |
Defines which checks should be performed (and repeated). fun checks(definitions: CheckFactory.() -> List<Check>): Unit |
progress |
Get current checking progress of concrete instance. fun progress(instance: Instance): CheckProgress |