Uses of Class
com.atlassian.confluence.api.model.retention.RemovalSummary
-
Packages that use RemovalSummary Package Description com.atlassian.confluence.api.model.retention -
-
Uses of RemovalSummary in com.atlassian.confluence.api.model.retention
Methods in com.atlassian.confluence.api.model.retention that return RemovalSummary Modifier and Type Method Description RemovalSummary
SoftCleanupJobStatus. getCurrentCycle()
RemovalSummary
SoftCleanupJobStatus. getLastIteration()
RemovalSummary
SoftCleanupJobStatus. getOverall()
Methods in com.atlassian.confluence.api.model.retention with parameters of type RemovalSummary Modifier and Type Method Description void
SoftCleanupJobStatus. setCurrentCycle(RemovalSummary currentCycle)
void
SoftCleanupJobStatus. setLastIteration(RemovalSummary lastIteration)
void
SoftCleanupJobStatus. setOverall(RemovalSummary overall)
-