@PublicApi @Immutable public final class GetActionsReply extends Object
IssueTabPanel2 SPI. This class is immutable as long as the IssueActions that it
contains are also immutable.
Example usage:
return GetActionsReply.create(myPluginActions);
IssueTabPanel2| Modifier and Type | Method and Description |
|---|---|
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.
|
public static GetActionsReply create(@Nullable IssueAction... actions)
actions - the IssueAction that the response will containpublic 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()
Copyright © 2002-2023 Atlassian. All Rights Reserved.