Package | Description |
---|---|
com.atlassian.jira.bc.project.version |
Modifier and Type | Method and Description |
---|---|
VersionService.ValidationResult |
DefaultVersionService.validateDelete(JiraServiceContext context,
Long versionId,
VersionService.VersionAction affectsAction,
VersionService.VersionAction fixAction) |
VersionService.ValidationResult |
VersionService.validateDelete(JiraServiceContext context,
Long versionId,
VersionService.VersionAction affectsAction,
VersionService.VersionAction fixAction)
Validates an attempt to delete a version from a project.
|
VersionService.ValidationResult |
DefaultVersionService.validateMerge(JiraServiceContext context,
Long versionId,
Long swapVersionId)
Implementation is the same as deleting, with the actions set to SWAP and the swapVersionId being passed as both
Affects Version swap and Fix Version swap
|
VersionService.ValidationResult |
VersionService.validateMerge(JiraServiceContext context,
Long versionId,
Long swapVersionId)
Validates an attempt to merge a version into another.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultVersionService.delete(JiraServiceContext context,
VersionService.ValidationResult result) |
void |
VersionService.delete(JiraServiceContext context,
VersionService.ValidationResult result)
Deletes a version from a project.
|
void |
DefaultVersionService.merge(JiraServiceContext context,
VersionService.ValidationResult result) |
void |
VersionService.merge(JiraServiceContext context,
VersionService.ValidationResult result)
Merges a version into another, then removes the original version.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.