Uses of Class
com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
-
Packages that use AttachmentVersionRemovalSummary Package Description com.atlassian.confluence.impl.retention.schedule -
-
Uses of AttachmentVersionRemovalSummary in com.atlassian.confluence.impl.retention.schedule
Methods in com.atlassian.confluence.impl.retention.schedule that return AttachmentVersionRemovalSummary Modifier and Type Method Description AttachmentVersionRemovalSummary
VersionRemovalJobCompletedEvent. getAttachmentVersionRemovalSummary()
Methods in com.atlassian.confluence.impl.retention.schedule with parameters of type AttachmentVersionRemovalSummary Modifier and Type Method Description void
VersionRemovalJobCompletedEvent. setAttachmentVersionRemovalSummary(AttachmentVersionRemovalSummary attachmentVersionRemovalSummary)
Constructors in com.atlassian.confluence.impl.retention.schedule with parameters of type AttachmentVersionRemovalSummary Constructor Description VersionRemovalJobCompletedEvent(VersionRemovalJobType type, PageVersionRemovalSummary pageVersionRemovalSummary, AttachmentVersionRemovalSummary attachmentVersionRemovalSummary)
-