public class

WorklogImpl2

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

Class Overview

Represents an issue worklog.

Summary

[Expand]
Inherited Fields
From interface com.atlassian.jira.entity.WithId
Public Constructors
WorklogImpl2(Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, ProjectRole projectRole)
WorklogImpl2(Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, String updateAuthorKey, Date created, Date updated, ProjectRole projectRole)
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.entity.WithId
From interface com.atlassian.jira.issue.worklog.Worklog

Public Constructors

public WorklogImpl2 (Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, ProjectRole projectRole)

public WorklogImpl2 (Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, String updateAuthorKey, Date created, Date updated, ProjectRole projectRole)

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 ()