com.atlassian.jira.jelly
Interface IssueAware

All Known Implementing Classes:
AssignIssue, IssueAwareActionTagSupport, IssueContextAccessorImpl, StopProgress

public interface IssueAware


Method Summary
 org.apache.commons.jelly.JellyContext getContext()
           
 org.ofbiz.core.entity.GenericValue getIssue()
           
 Long getIssueId()
           
 boolean hasIssue()
           
 

Method Detail

getContext

org.apache.commons.jelly.JellyContext getContext()

hasIssue

boolean hasIssue()

getIssueId

Long getIssueId()

getIssue

org.ofbiz.core.entity.GenericValue getIssue()


Copyright © 2002-2013 Atlassian. All Rights Reserved.