class AwaitUpAction : DefaultAction
Awaits for stable condition of all instances of any type.
<init> |
Awaits for stable condition of all instances of any type. AwaitUpAction(aem: AemExtension) |
bundles |
fun bundles(options: BundlesCheck.() -> Unit): Unit |
components |
fun components(options: ComponentsCheck.() -> Unit): Unit |
events |
fun events(options: EventsCheck.() -> Unit): Unit |
perform |
fun perform(instances: Collection<Instance>): Unit |
timeout |
fun timeout(options: TimeoutCheck.() -> Unit): Unit |
unchanged |
fun unchanged(options: UnchangedCheck.() -> Unit): Unit |