Package com.atlassian.jira.issue.worklog
Class WorklogImpl
java.lang.Object
com.atlassian.jira.issue.worklog.WorklogImpl
Represents an issue worklog.
-
Field Summary
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionWorklogImpl(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) -
Method Summary
-
Constructor Details
-
WorklogImpl
-
WorklogImpl
-
-
Method Details
-
getId
-
getAuthor
-
getAuthorFullName
- Specified by:
getAuthorFullNamein interfaceWorklog- Returns:
- Worklog author's display name or key if user is not existing
-
getUpdateAuthor
- Specified by:
getUpdateAuthorin interfaceWorklog- Returns:
- Worklog update author's key or null
-
getUpdateAuthorFullName
- Specified by:
getUpdateAuthorFullNamein interfaceWorklog- Returns:
- Worklog update author's display name or key if user is not existing
-
getAuthorKey
- Specified by:
getAuthorKeyin interfaceWorklog- Returns:
- Worklog author's key
-
getAuthorObject
- Specified by:
getAuthorObjectin interfaceWorklog- Returns:
- Worklog author's object or null if is not existing
-
getUpdateAuthorKey
- Specified by:
getUpdateAuthorKeyin interfaceWorklog- Returns:
- Worklog author update's key
-
getUpdateAuthorObject
- Specified by:
getUpdateAuthorObjectin interfaceWorklog- Returns:
- Worklog author update's object or null if is not existing
-
getStartDate
- Specified by:
getStartDatein interfaceWorklog
-
getTimeSpent
- Specified by:
getTimeSpentin interfaceWorklog
-
getGroupLevel
- Specified by:
getGroupLevelin interfaceWorklog
-
getRoleLevelId
- Specified by:
getRoleLevelIdin interfaceWorklog
-
getRoleLevel
- Specified by:
getRoleLevelin interfaceWorklog
-
getComment
- Specified by:
getCommentin interfaceWorklog
-
getCreated
- Specified by:
getCreatedin interfaceWorklog
-
getUpdated
- Specified by:
getUpdatedin interfaceWorklog
-
getIssue
-