Package | Description |
---|---|
com.atlassian.jira.bc.project.version |
Modifier and Type | Method and Description |
---|---|
VersionService.ArchiveVersionValidationResult |
VersionService.validateArchiveVersion(com.atlassian.crowd.embedded.api.User user,
Version version)
This method should be called before archiving a version.
|
VersionService.ArchiveVersionValidationResult |
VersionService.validateUnarchiveVersion(com.atlassian.crowd.embedded.api.User user,
Version version)
This method should be called before unarchiving a version.
|
Modifier and Type | Method and Description |
---|---|
Version |
VersionService.archiveVersion(VersionService.ArchiveVersionValidationResult result)
Takes a validation result and performs the archive operation.
|
Version |
VersionService.unarchiveVersion(VersionService.ArchiveVersionValidationResult result)
Takes a validation result and performs the unarchive operation.
|
Copyright © 2002-2014 Atlassian. All Rights Reserved.