Package com.atlassian.jira.issue.worklog
Interface Worklog
- All Superinterfaces:
WithId
- All Known Implementing Classes:
WorklogImpl
,WorklogImpl2
Represents an issue worklog.
-
Field Summary
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.UseApplicationUser.getDisplayName()
ofgetAuthorObject()
instead.getId()
getIssue()
Deprecated.UsegetAuthorKey()
instead.Deprecated.UseApplicationUser.getDisplayName()
ofgetUpdateAuthorObject()
instead.
-
Method Details
-
getId
Long getId() -
getAuthor
String getAuthor()Deprecated.UsegetAuthorKey()
instead. Since v6.0.- Returns:
- Worklog author's key or null
-
getAuthorFullName
String getAuthorFullName()Deprecated.UseApplicationUser.getDisplayName()
ofgetAuthorObject()
instead. Since v6.0.- Returns:
- Worklog author's display name or key if user is not existing
-
getUpdateAuthor
String getUpdateAuthor()Deprecated.UsegetAuthorKey()
instead. Since v6.0.- Returns:
- Worklog update author's key or null
-
getUpdateAuthorFullName
String getUpdateAuthorFullName()Deprecated.UseApplicationUser.getDisplayName()
ofgetUpdateAuthorObject()
instead. Since v6.0.- Returns:
- Worklog update author's display name or key if user is not existing
-
getAuthorKey
String getAuthorKey()- Returns:
- Worklog author's key
-
getAuthorObject
ApplicationUser getAuthorObject()- Returns:
- Worklog author's object or null if is not existing
-
getUpdateAuthorKey
String getUpdateAuthorKey()- Returns:
- Worklog author update's key
-
getUpdateAuthorObject
ApplicationUser getUpdateAuthorObject()- Returns:
- Worklog author update's object or null if is not existing
-
getStartDate
Date getStartDate() -
getTimeSpent
Long getTimeSpent() -
getGroupLevel
String getGroupLevel() -
getRoleLevelId
Long getRoleLevelId() -
getRoleLevel
ProjectRole getRoleLevel() -
getComment
String getComment() -
getCreated
Date getCreated() -
getUpdated
Date getUpdated() -
getIssue
Issue getIssue()
-
getAuthorKey()
instead.