public class UnchangedCheck
extends 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.
public UnchangedCheck(@NotNull
CheckGroup group)
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.