@PublicApi public interface Worklog extends WithId
ID_COMPARATOR
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Deprecated.
Use
getAuthorKey() instead. Since v6.0. |
String |
getAuthorFullName()
Deprecated.
Use
ApplicationUser.getDisplayName() of getAuthorObject() instead. Since v6.0. |
String |
getAuthorKey() |
ApplicationUser |
getAuthorObject() |
String |
getComment() |
Date |
getCreated() |
String |
getGroupLevel() |
Long |
getId() |
Issue |
getIssue() |
ProjectRole |
getRoleLevel() |
Long |
getRoleLevelId() |
Date |
getStartDate() |
Long |
getTimeSpent() |
String |
getUpdateAuthor()
Deprecated.
Use
getAuthorKey() instead. Since v6.0. |
String |
getUpdateAuthorFullName()
Deprecated.
Use
ApplicationUser.getDisplayName() of getUpdateAuthorObject() instead. Since v6.0. |
String |
getUpdateAuthorKey() |
ApplicationUser |
getUpdateAuthorObject() |
Date |
getUpdated() |
String getAuthor()
getAuthorKey()
instead. Since v6.0.String getAuthorFullName()
ApplicationUser.getDisplayName()
of getAuthorObject()
instead. Since v6.0.String getUpdateAuthor()
getAuthorKey()
instead. Since v6.0.String getUpdateAuthorFullName()
ApplicationUser.getDisplayName()
of getUpdateAuthorObject()
instead. Since v6.0.String getAuthorKey()
ApplicationUser getAuthorObject()
String getUpdateAuthorKey()
ApplicationUser getUpdateAuthorObject()
Date getStartDate()
Long getTimeSpent()
String getGroupLevel()
Long getRoleLevelId()
ProjectRole getRoleLevel()
String getComment()
Date getCreated()
Date getUpdated()
Issue getIssue()
Copyright © 2002-2019 Atlassian. All Rights Reserved.