|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Comment
A comment on a build result in Bamboo
Method Summary | |
---|---|
java.lang.String |
getContent()
The actual comment that was added |
java.util.Date |
getCreationDate()
The date the comment was created |
java.util.Date |
getLastModificationDate()
The date the comment was last modified |
ResultsSummary |
getResultsSummary()
The build result the comment was added to |
com.atlassian.user.User |
getUser()
The user that created the comment |
java.lang.String |
getUserName()
The username of the user that created the comment |
void |
setContent(java.lang.String content)
|
void |
setResultsSummary(ResultsSummary resultsSummary)
|
void |
setUserName(java.lang.String userName)
|
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
setId |
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider |
---|
getId |
Method Detail |
---|
java.lang.String getContent()
void setContent(java.lang.String content)
ResultsSummary getResultsSummary()
void setResultsSummary(ResultsSummary resultsSummary)
java.util.Date getLastModificationDate()
java.util.Date getCreationDate()
com.atlassian.user.User getUser()
java.lang.String getUserName()
void setUserName(java.lang.String userName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |