|
||||||||||
| 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... actions)
Creates a new GetActionsReply containing the provided actions. |
static GetActionsReply |
create(Iterable<? extends IssueAction> actions)
Creates a new GetActionsReply containing the provided 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... actions)
actions - 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 | |||||||||