com.atlassian.bamboo.plugins.rest.model.build.comment
Class RestComment
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.build.comment.RestComment
@Expander(value=RestCommentExpander.class)
public class RestComment
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestComment
public RestComment()
createFromCommentFunction
public static com.google.common.base.Function<Comment,RestComment> createFromCommentFunction()
expand
public void expand()
getContent
public java.lang.String getContent()
setAuthor
public void setAuthor(java.lang.String author)
setContent
public void setContent(java.lang.String content)
setCreationDate
public void setCreationDate(java.util.Date creationDate)
setModificationDate
public void setModificationDate(java.util.Date modificationDate)
Copyright © 2012 Atlassian. All Rights Reserved.