com.atlassian.jira.project.version
Class VersionKeys

java.lang.Object
  extended by com.atlassian.jira.project.version.VersionKeys

public class VersionKeys
extends Object


Field Summary
static String DELETE_ACTION
           
static String MERGE_ACTION
           
static String REMOVE_ACTION
           
static String SWAP_ACTION
           
static int VERSION_RELEASED_ARCHIVED
           
static int VERSION_RELEASED_UNARCHIVED
           
static int VERSION_UNRELEASED_ARCHIVED
           
static int VERSION_UNRELEASED_UNARCHIVED
           
 
Constructor Summary
VersionKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SWAP_ACTION

public static final String SWAP_ACTION
See Also:
Constant Field Values

REMOVE_ACTION

public static final String REMOVE_ACTION
See Also:
Constant Field Values

DELETE_ACTION

public static final String DELETE_ACTION
See Also:
Constant Field Values

MERGE_ACTION

public static final String MERGE_ACTION
See Also:
Constant Field Values

VERSION_RELEASED_UNARCHIVED

public static final int VERSION_RELEASED_UNARCHIVED
See Also:
Constant Field Values

VERSION_RELEASED_ARCHIVED

public static final int VERSION_RELEASED_ARCHIVED
See Also:
Constant Field Values

VERSION_UNRELEASED_UNARCHIVED

public static final int VERSION_UNRELEASED_UNARCHIVED
See Also:
Constant Field Values

VERSION_UNRELEASED_ARCHIVED

public static final int VERSION_UNRELEASED_ARCHIVED
See Also:
Constant Field Values
Constructor Detail

VersionKeys

public VersionKeys()


Copyright © 2002-2008 Atlassian. All Rights Reserved.