@PublicApi public class IssueOperations extends Object
Modifier and Type | Field and Description |
---|---|
static ScreenableIssueOperation |
CREATE_ISSUE_OPERATION |
static ScreenableIssueOperation |
EDIT_ISSUE_OPERATION |
static IssueOperation |
MOVE_ISSUE_OPERATION |
static ScreenableIssueOperation |
VIEW_ISSUE_OPERATION |
Constructor and Description |
---|
IssueOperations() |
Modifier and Type | Method and Description |
---|---|
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. |
public static final ScreenableIssueOperation CREATE_ISSUE_OPERATION
public static final ScreenableIssueOperation EDIT_ISSUE_OPERATION
public static final ScreenableIssueOperation VIEW_ISSUE_OPERATION
public static final IssueOperation MOVE_ISSUE_OPERATION
public static Collection<ScreenableIssueOperation> getIssueOperations()
public static ScreenableIssueOperation getIssueOperation(Long id)
@Deprecated public static String getText(String key)
I18nHelper
and ask it to translate
something for you. Asking IssueOperations
to do it does not make any sense. Since v6.3.Copyright © 2002-2021 Atlassian. All Rights Reserved.