com.atlassian.jira.issue.operation
Class IssueOperations

java.lang.Object
  extended by com.atlassian.jira.issue.operation.IssueOperations

@PublicApi
public class IssueOperations
extends Object


Field Summary
static ScreenableIssueOperation CREATE_ISSUE_OPERATION
           
static ScreenableIssueOperation EDIT_ISSUE_OPERATION
           
static IssueOperation MOVE_ISSUE_OPERATION
           
static ScreenableIssueOperation VIEW_ISSUE_OPERATION
           
 
Constructor Summary
IssueOperations()
           
 
Method Summary
static ScreenableIssueOperation getIssueOperation(Long id)
           
static Collection<ScreenableIssueOperation> getIssueOperations()
           
static String getText(String key)
          Deprecated. There are countless simpler and faster ways to get an I18nHelper and ask it to translate something for you. Asking IssueOperations to do it does not make any sense. Since v6.3.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_ISSUE_OPERATION

public static final ScreenableIssueOperation CREATE_ISSUE_OPERATION

EDIT_ISSUE_OPERATION

public static final ScreenableIssueOperation EDIT_ISSUE_OPERATION

VIEW_ISSUE_OPERATION

public static final ScreenableIssueOperation VIEW_ISSUE_OPERATION

MOVE_ISSUE_OPERATION

public static final IssueOperation MOVE_ISSUE_OPERATION
Constructor Detail

IssueOperations

public IssueOperations()
Method Detail

getIssueOperations

public static Collection<ScreenableIssueOperation> getIssueOperations()

getIssueOperation

public static ScreenableIssueOperation getIssueOperation(Long id)

getText

@Deprecated
public static String getText(String key)
Deprecated. There are countless simpler and faster ways to get an I18nHelper and ask it to translate something for you. Asking IssueOperations to do it does not make any sense. Since v6.3.



Copyright © 2002-2014 Atlassian. All Rights Reserved.