com.pyxis.greenhopper.jira.actions
Interface IssueSummaryAware


public interface IssueSummaryAware

If an action wishes to use the 'issuesummary' decorator, then it must implement IssueSummaryAware


Method Summary
 com.atlassian.jira.web.component.issuesummary.IssueSummaryLayoutBean getLayoutBean()
           
 com.atlassian.crowd.embedded.api.User getRemoteUser()
           
 com.atlassian.jira.issue.Issue getSummaryIssue()
           
 

Method Detail

getSummaryIssue

com.atlassian.jira.issue.Issue getSummaryIssue()
                                               throws com.atlassian.jira.exception.IssuePermissionException
Returns:
The issue to display on the left hand side
Throws:
com.atlassian.jira.exception.IssuePermissionException - If the remote user does not have the permission to view this issue

getRemoteUser

com.atlassian.crowd.embedded.api.User getRemoteUser()

getLayoutBean

com.atlassian.jira.web.component.issuesummary.IssueSummaryLayoutBean getLayoutBean()


Copyright © 2007-2012 Atlassian. All Rights Reserved.