Package ru.slie.luna.activity.worklog
Interface ActivityStreamWorklog
- All Superinterfaces:
WithId
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getIssueId
Long getIssueId() -
getAuthor
User getAuthor() -
getAuthorId
Long getAuthorId() -
getUpdater
User getUpdater() -
getUpdaterId
Long getUpdaterId() -
getCreated
LocalDateTime getCreated() -
getUpdated
LocalDateTime getUpdated() -
getStartDate
String getStartDate() -
getTimeSpent
String getTimeSpent() -
getComment
String getComment()
-