Uses of Class
com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobType
-
Packages that use VersionRemovalJobType Package Description com.atlassian.confluence.impl.retention com.atlassian.confluence.impl.retention.schedule -
-
Uses of VersionRemovalJobType in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention with parameters of type VersionRemovalJobType Modifier and Type Method Description voidVersionRemovalEventPublisher. publishJobCompletedEvent(CleanupSummary cleanupSummary, VersionRemovalJobType jobType) -
Uses of VersionRemovalJobType in com.atlassian.confluence.impl.retention.schedule
Methods in com.atlassian.confluence.impl.retention.schedule that return VersionRemovalJobType Modifier and Type Method Description VersionRemovalJobTypeVersionRemovalJobCompletedEvent. getType()static VersionRemovalJobTypeVersionRemovalJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionRemovalJobType[]VersionRemovalJobType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.impl.retention.schedule with parameters of type VersionRemovalJobType Modifier and Type Method Description voidVersionRemovalJobCompletedEvent. setType(VersionRemovalJobType type)Constructors in com.atlassian.confluence.impl.retention.schedule with parameters of type VersionRemovalJobType Constructor Description VersionRemovalJobCompletedEvent(VersionRemovalJobType type, PageVersionRemovalSummary pageVersionRemovalSummary, AttachmentVersionRemovalSummary attachmentVersionRemovalSummary)
-