Class AttachmentDataFileStoreCheck
java.lang.Object
com.atlassian.confluence.impl.health.AbstractHealthCheck
com.atlassian.confluence.impl.health.HealthCheckTemplate
com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
- All Implemented Interfaces:
HealthCheck
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAttachmentDataFileStoreCheck
(Supplier<I18NBean> i18NBeanSupplier, com.atlassian.config.ApplicationConfiguration appConfig, Supplier<AttachmentDataFileSystem> attachmentDataFileSystemSupplier, ClusterConfigurationHelperInternal clusterConfigurationHelper, LicenseService licenseService) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<HealthCheckResult>
Subclasses should perform their check and return any results arising from it.protected Set<LifecyclePhase>
Subclasses should indicate the phases in which this check should run.Methods inherited from class com.atlassian.confluence.impl.health.HealthCheckTemplate
isApplicableFor, perform
Methods inherited from class com.atlassian.confluence.impl.health.AbstractHealthCheck
getPrerequisites
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.internal.health.HealthCheck
getId
-
Field Details
-
CONNECTIVITY_TEST_FAILED
- See Also:
-
S3_DATA_CENTER_ONLY_FEATURE_TITLE
- See Also:
-
S3_DATA_CENTER_ONLY_FEATURE_MESSAGE
- See Also:
-
S3_CONFIG_DATA_MISSING_TITLE
- See Also:
-
S3_CONFIG_DATA_MISSING_MESSAGE
- See Also:
-
S3_CONFIGURATION
- See Also:
-
-
Constructor Details
-
AttachmentDataFileStoreCheck
public AttachmentDataFileStoreCheck(Supplier<I18NBean> i18NBeanSupplier, com.atlassian.config.ApplicationConfiguration appConfig, Supplier<AttachmentDataFileSystem> attachmentDataFileSystemSupplier, ClusterConfigurationHelperInternal clusterConfigurationHelper, LicenseService licenseService)
-
-
Method Details
-
getApplicablePhases
Description copied from class:HealthCheckTemplate
Subclasses should indicate the phases in which this check should run.- Specified by:
getApplicablePhases
in classHealthCheckTemplate
- Returns:
- the applicable phases
-
doPerform
Description copied from class:HealthCheckTemplate
Subclasses should perform their check and return any results arising from it. This method will only be called in a phase to which this check applies.- Specified by:
doPerform
in classHealthCheckTemplate
- Returns:
- any results arising from this check
- See Also:
-