Class DefaultTrashCleanupJobStatusManager
java.lang.Object
com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
com.atlassian.confluence.impl.retention.status.DefaultTrashCleanupJobStatusManager
- All Implemented Interfaces:
TrashCleanupJobStatusManager
- Since:
- 7.14.0
-
Field Summary
Fields inherited from class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
globalPluginSettings, objectMapper -
Constructor Summary
ConstructorsConstructorDescriptionDefaultTrashCleanupJobStatusManager(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory) -
Method Summary
Modifier and TypeMethodDescriptionGet the Plugin Settings key for the status objectparseStatusFromPluginSettingsValue(Object pluginSettingsValue) Get the existing TrashCleanupJobStatus object from the Plugin Settings valueMethods inherited from class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
getCurrentStatus, setCurrentStatus
-
Constructor Details
-
DefaultTrashCleanupJobStatusManager
public DefaultTrashCleanupJobStatusManager(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory)
-
-
Method Details
-
getStatusPluginSettingsKey
Description copied from class:AbstractTrashCleanupJobStatusManagerGet the Plugin Settings key for the status object- Specified by:
getStatusPluginSettingsKeyin classAbstractTrashCleanupJobStatusManager- Returns:
- the Plugin Settings key for the status object
-
parseStatusFromPluginSettingsValue
Description copied from class:AbstractTrashCleanupJobStatusManagerGet the existing TrashCleanupJobStatus object from the Plugin Settings value- Specified by:
parseStatusFromPluginSettingsValuein classAbstractTrashCleanupJobStatusManager- Parameters:
pluginSettingsValue- the Plugin Settings value- Returns:
- the parsed TrashCleanupJobStatus object
-