com.atlassian.jira.plugin.issuetabpanel
Interface IssueTabPanel


public interface IssueTabPanel


Method Summary
 java.util.List getActions(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser)
           
 void init(IssueTabPanelModuleDescriptor descriptor)
           
 boolean showPanel(org.ofbiz.core.entity.GenericValue issue)
          Whether or not to show this panel for the given issue.
 

Method Detail

init

public void init(IssueTabPanelModuleDescriptor descriptor)

getActions

public java.util.List getActions(org.ofbiz.core.entity.GenericValue issue,
                                 com.opensymphony.user.User remoteUser)

showPanel

public boolean showPanel(org.ofbiz.core.entity.GenericValue issue)
Whether or not to show this panel for the given issue.



Copyright © 2002-2005 Atlassian. All Rights Reserved.