Class RestComment
- 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
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.build.comment.CreateCommentRequest
content
-
-
Constructor Summary
Constructors Constructor Description RestComment(Comment comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
expand()
Long
getId()
void
setAuthor(String author)
void
setCreationDate(Date creationDate)
void
setModificationDate(Date modificationDate)
-
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.build.comment.CreateCommentRequest
getContent, setContent
-
-
-
-
Constructor Detail
-
RestComment
public RestComment(Comment comment)
-
-