class CheckAction : DefaultAction
Verify instances using custom runner and set of checks.
<init> |
Verify instances using custom runner and set of checks. CheckAction(aem: AemExtension) |
runner |
val runner: CheckRunner |
perform |
fun perform(instances: Collection<Instance>): Unit |
runner |
fun runner(options: CheckRunner.() -> Unit): Unit |