|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VersionService.ValidationResult | |
|---|---|
| com.atlassian.jira.bc.project.version | |
| Uses of VersionService.ValidationResult in com.atlassian.jira.bc.project.version |
|---|
| Methods in com.atlassian.jira.bc.project.version that return VersionService.ValidationResult | |
|---|---|
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 |
VersionService.validateMerge(JiraServiceContext context,
Long versionId,
Long swapVersionId)
Validates an attempt to merge a version into another. |
| Methods in com.atlassian.jira.bc.project.version with parameters of type VersionService.ValidationResult | |
|---|---|
void |
VersionService.delete(JiraServiceContext context,
VersionService.ValidationResult result)
Deletes a version from a project. |
void |
VersionService.merge(JiraServiceContext context,
VersionService.ValidationResult result)
Merges a version into another, then removes the original version. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||