-
- All Implemented Interfaces:
-
com.cognifide.gradle.aem.common.instance.check.Check
public final class EventsCheck extends DefaultCheck
-
-
Field Summary
Fields Modifier and Type Field Description private final ListProperty<String>unstableTopicsprivate final Property<Long>unstableAgeMillisprivate final ListProperty<String>ignoredDetailsprivate final CheckRunnerrunnerprivate final Instanceinstanceprivate final CheckProgressprogressprivate final CollectingLoggerstatusLoggerprivate InstanceSyncsyncprivate final Stringnameprivate final Property<Boolean>enabledprivate final Property<Int>logValuesCountprivate final Stringstatusprivate final Booleansuccessprivate final Booleanfailure
-
Constructor Summary
Constructors Constructor Description EventsCheck(CheckGroup group)
-
Method Summary
Modifier and Type Method Description Unitcheck()final ListProperty<String>getUnstableTopics()final Property<Long>getUnstableAgeMillis()final ListProperty<String>getIgnoredDetails()final CheckRunnergetRunner()final InstancegetInstance()final CheckProgressgetProgress()final CollectingLoggergetStatusLogger()final InstanceSyncgetSync()final StringgetName()Property<Boolean>getEnabled()final Property<Int>getLogValuesCount()StringgetStatus()BooleangetSuccess()BooleangetFailure()final UnitsetSync(InstanceSync sync)-
Methods inherited from class com.cognifide.gradle.aem.common.instance.check.EventsCheck
logValues, state, sync -
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
-
EventsCheck
EventsCheck(CheckGroup group)
-
-
Method Detail
-
getUnstableTopics
final ListProperty<String> getUnstableTopics()
-
getUnstableAgeMillis
final Property<Long> getUnstableAgeMillis()
-
getIgnoredDetails
final ListProperty<String> getIgnoredDetails()
-
getRunner
final CheckRunner getRunner()
-
getInstance
final Instance getInstance()
-
getProgress
final CheckProgress getProgress()
-
getStatusLogger
final CollectingLogger getStatusLogger()
-
getSync
final InstanceSync getSync()
-
getEnabled
Property<Boolean> getEnabled()
-
getLogValuesCount
final Property<Int> getLogValuesCount()
-
getSuccess
Boolean getSuccess()
-
getFailure
Boolean getFailure()
-
setSync
final Unit setSync(InstanceSync sync)
-
-
-
-