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 Constructors
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
getAuthorFullName
()
public
Date
getCreated
()
public
String
getGroupLevel
()
public
Long
getRoleLevelId
()
public
Date
getStartDate
()
public
Long
getTimeSpent
()
public
String
getUpdateAuthor
()
public
String
getUpdateAuthorFullName
()
public
String
getUpdateAuthorKey
()
public
Date
getUpdated
()