com.atlassian.jira.plugin.issuetabpanel
Class ShowPanelReply

java.lang.Object
  extended by 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

Method Summary
static ShowPanelReply create(boolean show)
          Creates a new ShowPanelReply.
 boolean isShow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2014 Atlassian. All Rights Reserved.