java.lang.Object
com.atlassian.bamboo.plugins.rest.model.build.comment.CreateCommentRequest
com.atlassian.bamboo.plugins.rest.model.build.comment.RestComment

@Expander(RestCommentExpander.class) public class RestComment extends CreateCommentRequest
  • Constructor Details

    • RestComment

      public RestComment(Comment comment)
  • Method Details

    • expand

      public void expand()
    • getId

      public Long getId()
    • setAuthor

      public void setAuthor(String author)
    • setCreationDate

      public void setCreationDate(Date creationDate)
    • setModificationDate

      public void setModificationDate(Date modificationDate)