Class TrashCleanupJobStatus
- java.lang.Object
-
- com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
-
public class TrashCleanupJobStatus extends Object
Status of a soft removal job- Since:
- 7.14.0
-
-
Constructor Summary
Constructors Constructor Description TrashCleanupJobStatus()
TrashCleanupJobStatus(long nextContentIdOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNextContentIdOffset()
void
setNextContentIdOffset(long nextContentIdOffset)
String
toString()
-