Uses of Class
com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
-
Packages that use TrashCleanupJobStatus Package Description com.atlassian.confluence.impl.retention.status -
-
Uses of TrashCleanupJobStatus in com.atlassian.confluence.impl.retention.status
Methods in com.atlassian.confluence.impl.retention.status that return TrashCleanupJobStatus Modifier and Type Method Description TrashCleanupJobStatus
DefaultTrashCleanupJobStatusManager. getCurrentStatus()
TrashCleanupJobStatus
TrashCleanupJobStatusManager. getCurrentStatus()
Methods in com.atlassian.confluence.impl.retention.status with parameters of type TrashCleanupJobStatus Modifier and Type Method Description void
DefaultTrashCleanupJobStatusManager. setCurrentStatus(TrashCleanupJobStatus status)
void
TrashCleanupJobStatusManager. setCurrentStatus(TrashCleanupJobStatus status)
Store the status of current soft removal job
-