com.atlassian.bamboo.plugins.rest.model.build.comment
Class RestComment

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

@Expander(value=RestCommentExpander.class)
public class RestComment
extends java.lang.Object


Constructor Summary
RestComment()
           
 
Method Summary
static com.google.common.base.Function<Comment,RestComment> createFromCommentFunction()
           
 void expand()
           
 java.lang.String getContent()
           
 void setAuthor(java.lang.String author)
           
 void setContent(java.lang.String content)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setModificationDate(java.util.Date modificationDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestComment

public RestComment()
Method Detail

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.