com.atlassian.jira.plugin.issuetabpanel
Class ShowPanelReply
java.lang.Object
com.atlassian.jira.plugin.issuetabpanel.ShowPanelReply
@PublicApi
@Immutable
public final class ShowPanelReply
- extends Object
Reply object used in the IssueTabPanel2
SPI.
- Since:
- v5.0
- See Also:
IssueTabPanel2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static ShowPanelReply create(boolean show)
- Creates a new ShowPanelReply.
- Parameters:
show
- a boolean indicating whether to show the panel
- Returns:
- a new ShowPanelReply
isShow
@Internal
public boolean isShow()
- Returns:
- a boolean indicating whether to show the panel
Copyright © 2002-2012 Atlassian. All Rights Reserved.