Uses of Class
com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
-
Packages that use CleanupSummary.Builder Package Description com.atlassian.confluence.impl.retention.rules -
-
Uses of CleanupSummary.Builder in com.atlassian.confluence.impl.retention.rules
Methods in com.atlassian.confluence.impl.retention.rules that return CleanupSummary.Builder Modifier and Type Method Description CleanupSummary.BuilderCleanupSummary.Builder. attachmentSizeRemovedByGlobalRules(long attachmentSizeRemovedByGlobalRules)CleanupSummary.BuilderCleanupSummary.Builder. attachmentSizeRemovedBySpaceRules(long attachmentSizeRemovedBySpaceRules)CleanupSummary.BuilderCleanupSummary.Builder. attachmentVersionsRemovedByGlobalRules(long attachmentVersionsRemovedByGlobalRules)CleanupSummary.BuilderCleanupSummary.Builder. attachmentVersionsRemovedBySpaceRules(long attachmentVersionsRemovedBySpaceRules)CleanupSummary.BuilderCleanupSummary.Builder. lastIdProcessed(long lastIdProcessed)CleanupSummary.BuilderCleanupSummary.Builder. pageVersionsRemovedByGlobalRules(long pageVersionsRemovedByGlobalRules)CleanupSummary.BuilderCleanupSummary.Builder. pageVersionsRemovedBySpaceRules(long pageVersionsRemovedBySpaceRules)Constructors in com.atlassian.confluence.impl.retention.rules with parameters of type CleanupSummary.Builder Constructor Description CleanupSummary(CleanupSummary.Builder builder)
-