public static final enum

VersionService.ValidationResult.Action

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.bc.project.version.VersionService.ValidationResult.Action

Summary

Enum Values
VersionService.ValidationResult.Action  DELETE  Delete a version and remove it from all issues. 
VersionService.ValidationResult.Action  DELETE_AND_REPLACE  Delete a version and replace its occurrences in issues with different versions for "affected" and "fixed". 
VersionService.ValidationResult.Action  MERGE  Delete a version and replace all its occurrences in issues with another specified version, in other words merge one version into another. 
Public Methods
static VersionService.ValidationResult.Action valueOf(String name)
final static Action[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VersionService.ValidationResult.Action DELETE

Delete a version and remove it from all issues.

public static final VersionService.ValidationResult.Action DELETE_AND_REPLACE

Delete a version and replace its occurrences in issues with different versions for "affected" and "fixed".

public static final VersionService.ValidationResult.Action MERGE

Delete a version and replace all its occurrences in issues with another specified version, in other words merge one version into another.

Public Methods

public static VersionService.ValidationResult.Action valueOf (String name)

public static final Action[] values ()