com.atlassian.jira.issue.action
Class Worklog

java.lang.Object
  extended bycom.atlassian.jira.issue.action.AbstractIssueAction
      extended bycom.atlassian.jira.issue.action.AbstractGVIssueAction
          extended bycom.atlassian.jira.issue.action.Worklog
All Implemented Interfaces:
java.lang.Comparable, IssueAction

public class Worklog
extends AbstractGVIssueAction


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.action.AbstractIssueAction
JIRA_TEMPLATES
 
Fields inherited from interface com.atlassian.jira.issue.action.IssueAction
FS
 
Constructor Summary
Worklog(org.ofbiz.core.entity.GenericValue genericValue, com.opensymphony.user.User remoteUser)
           
 
Method Summary
 java.lang.String getComment()
           
 java.lang.String getLevel()
           
protected  java.lang.String getTemplateName()
           
 java.sql.Timestamp getTimePerformed()
           
 java.lang.Long getTimeSpent()
           
 java.lang.String getType()
           
 java.lang.String getUsername()
           
 
Methods inherited from class com.atlassian.jira.issue.action.AbstractGVIssueAction
compareTo, getGenericValue, getId, getUser
 
Methods inherited from class com.atlassian.jira.issue.action.AbstractIssueAction
getHtml, getPrettyDate, getPrettyTimePerformed, getRemoteUser, getTemplateDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Worklog

public Worklog(org.ofbiz.core.entity.GenericValue genericValue,
               com.opensymphony.user.User remoteUser)
Method Detail

getTemplateName

protected java.lang.String getTemplateName()
Specified by:
getTemplateName in class AbstractIssueAction

getType

public java.lang.String getType()

getUsername

public java.lang.String getUsername()

getTimePerformed

public java.sql.Timestamp getTimePerformed()

getTimeSpent

public java.lang.Long getTimeSpent()

getComment

public java.lang.String getComment()

getLevel

public java.lang.String getLevel()
Specified by:
getLevel in interface IssueAction
Overrides:
getLevel in class AbstractGVIssueAction


Copyright © 2002-2005 Atlassian. All Rights Reserved.