public class

WorklogImpl

extends Object
implements Worklog
java.lang.Object
   ↳ com.atlassian.jira.issue.worklog.WorklogImpl

Class Overview

Represents an issue worklog.

Summary

Public Constructors
WorklogImpl(WorklogManager worklogManager, Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent)
WorklogImpl(WorklogManager worklogManager, Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, String updateAuthorKey, Date created, Date updated)
Public Methods
String getAuthor()
String getAuthorFullName()
String getAuthorKey()
ApplicationUser getAuthorObject()
String getComment()
Date getCreated()
String getGroupLevel()
Long getId()
Issue getIssue()
ProjectRole getRoleLevel()
Long getRoleLevelId()
Date getStartDate()
Long getTimeSpent()
String getUpdateAuthor()
String getUpdateAuthorFullName()
String getUpdateAuthorKey()
ApplicationUser getUpdateAuthorObject()
Date getUpdated()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.worklog.Worklog

Public Constructors

public WorklogImpl (WorklogManager worklogManager, Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent)

public WorklogImpl (WorklogManager worklogManager, Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, String updateAuthorKey, Date created, Date updated)

Public Methods

public String getAuthor ()

public String getAuthorFullName ()

public String getAuthorKey ()

public ApplicationUser getAuthorObject ()

public String getComment ()

public Date getCreated ()

public String getGroupLevel ()

public Long getId ()

public Issue getIssue ()

public ProjectRole getRoleLevel ()

public Long getRoleLevelId ()

public Date getStartDate ()

public Long getTimeSpent ()

public String getUpdateAuthor ()

public String getUpdateAuthorFullName ()

public String getUpdateAuthorKey ()

public ApplicationUser getUpdateAuthorObject ()

public Date getUpdated ()