-
- All Implemented Interfaces:
-
com.cognifide.gradle.aem.common.instance.check.Check
public final class HelpCheck extends DefaultCheck
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Long>stateTimeprivate final ListProperty<String>bundleStartStatesprivate RetrybundleStartRetryprivate final Property<Long>bundleStartDelayprivate final CheckRunnerrunnerprivate final Instanceinstanceprivate final CheckProgressprogressprivate final CollectingLoggerstatusLoggerprivate InstanceSyncsyncprivate final Stringnameprivate final Property<Boolean>enabledprivate final Stringstatusprivate final Booleansuccessprivate final Booleanfailure
-
Constructor Summary
Constructors Constructor Description HelpCheck(CheckGroup group)
-
Method Summary
Modifier and Type Method Description Unitcheck()final Property<Long>getStateTime()After longer inactivity time, try helping instance going back to healthy state. final ListProperty<String>getBundleStartStates()Bundle with these states are considered for forcing start. final RetrygetBundleStartRetry()Repeat bundle starting few times (brute-forcing). final Property<Long>getBundleStartDelay()Time to wait after starting bundles. final CheckRunnergetRunner()final InstancegetInstance()final CheckProgressgetProgress()final CollectingLoggergetStatusLogger()final InstanceSyncgetSync()final StringgetName()Property<Boolean>getEnabled()StringgetStatus()BooleangetSuccess()BooleangetFailure()final UnitsetBundleStartRetry(Retry bundleStartRetry)Repeat bundle starting few times (brute-forcing). final UnitsetSync(InstanceSync sync)-
Methods inherited from class com.cognifide.gradle.aem.common.instance.check.HelpCheck
logValues, state, sync, toggleBasicCredentialsWhenInitialized -
Methods inherited from class com.cognifide.gradle.aem.common.instance.check.Check
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HelpCheck
HelpCheck(CheckGroup group)
-
-
Method Detail
-
getStateTime
final Property<Long> getStateTime()
After longer inactivity time, try helping instance going back to healthy state.
-
getBundleStartStates
final ListProperty<String> getBundleStartStates()
Bundle with these states are considered for forcing start.
-
getBundleStartRetry
final Retry getBundleStartRetry()
Repeat bundle starting few times (brute-forcing).
-
getBundleStartDelay
final Property<Long> getBundleStartDelay()
Time to wait after starting bundles.
-
getRunner
final CheckRunner getRunner()
-
getInstance
final Instance getInstance()
-
getProgress
final CheckProgress getProgress()
-
getStatusLogger
final CollectingLogger getStatusLogger()
-
getSync
final InstanceSync getSync()
-
getEnabled
Property<Boolean> getEnabled()
-
getSuccess
Boolean getSuccess()
-
getFailure
Boolean getFailure()
-
setBundleStartRetry
final Unit setBundleStartRetry(Retry bundleStartRetry)
Repeat bundle starting few times (brute-forcing).
-
setSync
final Unit setSync(InstanceSync sync)
-
-
-
-