Interface Worklog

All Superinterfaces:
WithId

public interface Worklog extends WithId
  • Method Details

    • getIssueId

      Long getIssueId()
    • getAuthor

      User getAuthor()
    • getAuthorId

      Long getAuthorId()
    • getUpdater

      User getUpdater()
    • getUpdaterId

      Long getUpdaterId()
    • getCreated

      LocalDateTime getCreated()
    • getUpdated

      LocalDateTime getUpdated()
    • getStartDate

      LocalDateTime getStartDate()
    • getTimeSpent

      Duration getTimeSpent()
    • getComment

      String getComment()
    • setComment

      void setComment(String comment)
    • setStartDate

      void setStartDate(LocalDateTime startDate)
    • setTimeSpent

      void setTimeSpent(Duration timeSpent)