Class FastSoftCleanupJobStatus
java.lang.Object
com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
Contains the status of the Versions Removal job
- Since:
- 9.1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
SoftCleanupJobStatus.SoftCleanupJobStatusBuilder -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFastSoftCleanupJobStatus(RemovalSummary overall, RemovalSummary currentCycle, RemovalSummary lastIteration, int cyclesCompleted, int iterationsCompleted, long nextStartOriginalId, Map<Long, Long> spacePageNextStartOriginalIds, Map<Long, Long> spaceAttachmentNextStartOriginalIds) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanlonggetSpaceAttachmentNextStartOriginalId(long policySpaceId) longgetSpacePageNextStartOriginalId(long policySpaceId) inthashCode()voidsetSpaceAttachmentNextStartOriginalId(long policySpaceId, long nextStartOriginalId) voidsetSpacePageNextStartOriginalId(long policySpaceId, long nextStartOriginalId) toString()Methods inherited from class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
getCurrentCycle, getCyclesCompleted, getIterationsCompleted, getLastIteration, getNextStartOriginalId, getOverall, incrementCycleCount, incrementIterationsCompleted, setCurrentCycle, setCyclesCompleted, setIterationsCompleted, setLastIteration, setNextStartOriginalId, setOverall
-
Field Details
-
GLOBAL_SPACE_ID
-
-
Constructor Details
-
FastSoftCleanupJobStatus
public FastSoftCleanupJobStatus(RemovalSummary overall, RemovalSummary currentCycle, RemovalSummary lastIteration, int cyclesCompleted, int iterationsCompleted, long nextStartOriginalId, Map<Long, Long> spacePageNextStartOriginalIds, Map<Long, Long> spaceAttachmentNextStartOriginalIds) -
FastSoftCleanupJobStatus
public FastSoftCleanupJobStatus()
-
-
Method Details
-
getSpacePageNextStartOriginalId
public long getSpacePageNextStartOriginalId(long policySpaceId) -
getSpaceAttachmentNextStartOriginalId
public long getSpaceAttachmentNextStartOriginalId(long policySpaceId) -
setSpacePageNextStartOriginalId
public void setSpacePageNextStartOriginalId(long policySpaceId, long nextStartOriginalId) -
setSpaceAttachmentNextStartOriginalId
public void setSpaceAttachmentNextStartOriginalId(long policySpaceId, long nextStartOriginalId) -
builder
-
equals
- Overrides:
equalsin classSoftCleanupJobStatus
-
hashCode
public int hashCode()- Overrides:
hashCodein classSoftCleanupJobStatus
-
toString
- Overrides:
toStringin classSoftCleanupJobStatus
-