Package ru.slie.luna.activity
Interface ActivityStreamItem
public interface ActivityStreamItem
-
Method Details
-
getIssue
IssueInfo getIssue() -
getActivityStreamTitle
String getActivityStreamTitle() -
getAuthor
User getAuthor() -
getChangeItems
Collection<ChangeItem> getChangeItems() -
getComment
Comment getComment() -
getWorklog
ActivityStreamWorklog getWorklog() -
getAttachments
List<Attachment> getAttachments() -
getDate
LocalDateTime getDate()
-