com.atlassian.jira.issue.action
Interface IssueAction

All Superinterfaces:
Comparable
All Known Implementing Classes:
AbstractIssueAction

public interface IssueAction
extends Comparable

A comment, work log, changelog etc on an issue.


Field Summary
static String FS
           
 
Method Summary
 String getHtml(JiraWebActionSupport webAction)
           
 Object getId()
           
 String getLevel()
           
 String getPrettyTimePerformed()
           
 Timestamp getTimePerformed()
           
 String getType()
           
 String getUsername()
           
 boolean isDisplayActionAllTab()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

FS

public static final String FS
Method Detail

getId

public Object getId()

getType

public String getType()

getUsername

public String getUsername()

getTimePerformed

public Timestamp getTimePerformed()

getPrettyTimePerformed

public String getPrettyTimePerformed()

getLevel

public String getLevel()

getHtml

public String getHtml(JiraWebActionSupport webAction)

isDisplayActionAllTab

public boolean isDisplayActionAllTab()


Copyright © 2002-2006 Atlassian. All Rights Reserved.