Class RestComments
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.build.comment.RestComments
-
public class RestComments extends Object
-
-
Constructor Summary
Constructors Constructor Description RestComments()
RestComments(RestCommentList comments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestCommentList
getComments()
com.atlassian.plugins.rest.common.Link
getLink()
void
setComments(RestCommentList comments)
void
setLink(com.atlassian.plugins.rest.common.Link link)
-
-
-
Constructor Detail
-
RestComments
public RestComments()
-
RestComments
public RestComments(RestCommentList comments)
-
-
Method Detail
-
setLink
public void setLink(com.atlassian.plugins.rest.common.Link link)
-
setComments
public void setComments(RestCommentList comments)
-
getLink
public com.atlassian.plugins.rest.common.Link getLink()
-
getComments
public RestCommentList getComments()
-
-