Class SoftCleanupJobStatus
java.lang.Object
com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
- Direct Known Subclasses:
FastSoftCleanupJobStatus
Contains the status of the Versions Removal job
- Since:
- 7.12
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSoftCleanupJobStatus
(RemovalSummary overall, RemovalSummary currentCycle, RemovalSummary lastIteration, int cyclesCompleted, int iterationsCompleted, long nextStartOriginalId) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
int
int
long
int
hashCode()
int
int
void
setCurrentCycle
(RemovalSummary currentCycle) void
setCyclesCompleted
(int cyclesCompleted) void
setIterationsCompleted
(int iterationsCompleted) void
setLastIteration
(RemovalSummary lastIteration) void
setNextStartOriginalId
(long nextStartOriginalId) void
setOverall
(RemovalSummary overall) toString()
-
Constructor Details
-
SoftCleanupJobStatus
public SoftCleanupJobStatus(RemovalSummary overall, RemovalSummary currentCycle, RemovalSummary lastIteration, int cyclesCompleted, int iterationsCompleted, long nextStartOriginalId) -
SoftCleanupJobStatus
public SoftCleanupJobStatus()
-
-
Method Details
-
getOverall
-
setOverall
-
getLastIteration
-
setLastIteration
-
getCurrentCycle
-
setCurrentCycle
-
getIterationsCompleted
public int getIterationsCompleted() -
setIterationsCompleted
public void setIterationsCompleted(int iterationsCompleted) -
incrementIterationsCompleted
public int incrementIterationsCompleted() -
getNextStartOriginalId
public long getNextStartOriginalId() -
setNextStartOriginalId
public void setNextStartOriginalId(long nextStartOriginalId) -
getCyclesCompleted
public int getCyclesCompleted() -
setCyclesCompleted
public void setCyclesCompleted(int cyclesCompleted) -
incrementCycleCount
public int incrementCycleCount() -
builder
-
equals
-
hashCode
public int hashCode() -
toString
-