Uses of Class
com.atlassian.jira.bc.project.version.VersionService.ArchiveVersionValidationResult
Packages that use VersionService.ArchiveVersionValidationResult
-
Uses of VersionService.ArchiveVersionValidationResult in com.atlassian.jira.bc.project.version
Methods in com.atlassian.jira.bc.project.version that return VersionService.ArchiveVersionValidationResultModifier and TypeMethodDescriptionDefaultVersionService.validateArchiveVersion(ApplicationUser user, Version version) VersionService.validateArchiveVersion(ApplicationUser user, Version version) This method should be called before archiving a version.DefaultVersionService.validateUnarchiveVersion(ApplicationUser user, Version version) VersionService.validateUnarchiveVersion(ApplicationUser user, Version version) This method should be called before unarchiving a version.Methods in com.atlassian.jira.bc.project.version with parameters of type VersionService.ArchiveVersionValidationResultModifier and TypeMethodDescriptionDefaultVersionService.archiveVersion(VersionService.ArchiveVersionValidationResult result) VersionService.archiveVersion(VersionService.ArchiveVersionValidationResult result) Takes a validation result and performs the archive operation.DefaultVersionService.unarchiveVersion(VersionService.ArchiveVersionValidationResult result) VersionService.unarchiveVersion(VersionService.ArchiveVersionValidationResult result) Takes a validation result and performs the unarchive operation.