Class SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
java.lang.Object
com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
- Direct Known Subclasses:
FastSoftCleanupJobStatus.FastSoftCleanupJobStatusBuilder
- Enclosing class:
SoftCleanupJobStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RemovalSummaryprotected intprotected intprotected RemovalSummaryprotected longprotected RemovalSummary -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()currentCycle(RemovalSummary currentCycle) cyclesCompleted(int cyclesCompleted) iterationsCompleted(int iterationsCompleted) lastIteration(RemovalSummary lastIteration) nextStartOriginalId(long nextStartOriginalId) overall(RemovalSummary overall)
-
Field Details
-
overall
-
currentCycle
-
lastIteration
-
cyclesCompleted
protected int cyclesCompleted -
iterationsCompleted
protected int iterationsCompleted -
nextStartOriginalId
protected long nextStartOriginalId
-
-
Constructor Details
-
SoftCleanupJobStatusBuilder
public SoftCleanupJobStatusBuilder()
-
-
Method Details
-
overall
-
currentCycle
-
lastIteration
-
cyclesCompleted
-
iterationsCompleted
public SoftCleanupJobStatus.SoftCleanupJobStatusBuilder iterationsCompleted(int iterationsCompleted) -
nextStartOriginalId
public SoftCleanupJobStatus.SoftCleanupJobStatusBuilder nextStartOriginalId(long nextStartOriginalId) -
build
-