public class CheckAction
extends AnyInstanceAction
Verify instances using custom runner and set of checks.
| Constructor and Description |
|---|
CheckAction(AemExtension aem)
Verify instances using custom runner and set of checks.
|
| Modifier and Type | Method and Description |
|---|---|
CheckRunner |
getRunner() |
void |
perform() |
void |
runner(kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.CheckRunner,kotlin.Unit> options) |
getInstances, setInstancesgetAem, getEnabled, getNotify, notify, setEnabled, setNotifyperformpublic CheckAction(@NotNull
AemExtension aem)
Verify instances using custom runner and set of checks.
@NotNull public CheckRunner getRunner()
public void runner(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.CheckRunner,kotlin.Unit> options)
public void perform()