|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.plugin.issuetabpanel.GetActionsReply
@PublicApi @Immutable public final class GetActionsReply
Reply object used in the IssueTabPanel2
SPI. This class is immutable as long as the IssueActions that it
contains are also immutable.
return GetActionsReply.create(myPluginActions);
IssueTabPanel2
Method Summary | |
---|---|
com.google.common.collect.ImmutableList<IssueAction> |
actions()
|
static GetActionsReply |
create(IssueAction... action)
Creates a new GetActionsReply containing a single action. |
static GetActionsReply |
create(Iterable<? extends IssueAction> actions)
Creates a new GetActionsReply containing multiple actions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static GetActionsReply create(@Nullable IssueAction... action)
action
- the IssueAction that the response will contain
public static GetActionsReply create(@Nullable Iterable<? extends IssueAction> actions)
actions
- the IssueActions that the response will contain
@Nullable @Internal public com.google.common.collect.ImmutableList<IssueAction> actions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |