@PublicApi @Immutable public final class GetActionsRequest extends Object
IssueTabPanel2
SPI.IssueTabPanel2
Constructor and Description |
---|
GetActionsRequest(Issue issue,
ApplicationUser remoteUser,
boolean asynchronous,
boolean showAll,
String focusId) |
Modifier and Type | Method and Description |
---|---|
String |
getFocusId() |
boolean |
isAnonymous() |
boolean |
isAsynchronous() |
boolean |
isShowAll() |
Issue |
issue() |
ApplicationUser |
loggedInUser() |
ApplicationUser |
remoteUser() |
@Nullable public ApplicationUser remoteUser()
public boolean isAnonymous()
public boolean isAsynchronous()
public ApplicationUser loggedInUser()
public boolean isShowAll()
Used by tabs that limit the number of actions to show (e.g. comments tab)
public String getFocusId()
Used by tabs that limit the number of actions to show, so that the focused action can always be displayed
Copyright © 2002-2022 Atlassian. All Rights Reserved.