public class AwaitUpAction
extends AnyInstanceAction
Awaits for stable condition of all instances of any type.
| Constructor and Description |
|---|
AwaitUpAction(AemExtension aem)
Awaits for stable condition of all instances of any type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bundles(kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.BundlesCheck,kotlin.Unit> options) |
void |
components(kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.ComponentsCheck,kotlin.Unit> options) |
void |
events(kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.EventsCheck,kotlin.Unit> options) |
void |
perform() |
void |
timeout(kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.TimeoutCheck,kotlin.Unit> options) |
void |
unchanged(kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.UnchangedCheck,kotlin.Unit> options) |
getInstances, setInstancesgetAem, getEnabled, getNotify, notify, setEnabled, setNotifyperformpublic AwaitUpAction(@NotNull
AemExtension aem)
Awaits for stable condition of all instances of any type.
public void timeout(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.TimeoutCheck,kotlin.Unit> options)
public void bundles(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.BundlesCheck,kotlin.Unit> options)
public void events(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.EventsCheck,kotlin.Unit> options)
public void components(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.ComponentsCheck,kotlin.Unit> options)
public void unchanged(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.check.UnchangedCheck,kotlin.Unit> options)
public void perform()