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 RemovalSummarySoftCleanupJobStatus. getCurrentCycle()RemovalSummarySoftCleanupJobStatus. getLastIteration()RemovalSummarySoftCleanupJobStatus. getOverall()Methods in com.atlassian.confluence.api.model.retention with parameters of type RemovalSummary Modifier and Type Method Description voidSoftCleanupJobStatus. setCurrentCycle(RemovalSummary currentCycle)voidSoftCleanupJobStatus. setLastIteration(RemovalSummary lastIteration)voidSoftCleanupJobStatus. setOverall(RemovalSummary overall)
-