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

void init(IssueTabPanelModuleDescriptor descriptor)

getActions

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

showPanel

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.