com.atlassian.jira.plugin.issuetabpanel
Interface IssueTabPanel


public interface IssueTabPanel


Method Summary
 List getActions(org.ofbiz.core.entity.GenericValue issue, 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 List getActions(org.ofbiz.core.entity.GenericValue issue,
                       User remoteUser)
Parameters:
issue -
remoteUser -
Returns:
A List of IssueActions.

showPanel

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



Copyright © 2002-2006 Atlassian. All Rights Reserved.