aem-plugin / com.cognifide.gradle.aem.common.instance.check / UnchangedCheck

UnchangedCheck

class UnchangedCheck : DefaultCheck

Check that protects against false-positive CRX package deployments.

It awaits instance state to be changed at least one time. If it does not, it just make a little delay to be sure that this state is not temporary.

Constructors

<init>

Check that protects against false-positive CRX package deployments.

UnchangedCheck(group: CheckGroup)

Properties

awaitTime

var awaitTime: Long

Functions

check

fun check(): Unit