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.
DefaultCheck.CompanionCheck.DefaultImplsCompanion, LOG_VALUES_COUNT| Constructor and Description |
|---|
UnchangedCheck(CheckGroup group)
Check that protects against false-positive CRX package deployments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
check() |
long |
getAwaitTime() |
void |
setAwaitTime(long p) |
getAem, getGroup, getInstance, getProgress, getRunner, getStatus, getStatusLogger, getSuccess, getSync, logValues, setSync, statecheck, getFailure, getStatus, getSuccesspublic 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.