|
||||||||||
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 | |
---|---|
BuildResultsSummary |
getBuildResultsSummary()
The build result the comment was added to |
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 |
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 |
setBuildResultsSummary(BuildResultsSummary buildResultsSummary)
|
void |
setContent(java.lang.String content)
|
void |
setUserName(java.lang.String userName)
|
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
getId, setId |
Method Detail |
---|
java.lang.String getContent()
void setContent(java.lang.String content)
BuildResultsSummary getBuildResultsSummary()
void setBuildResultsSummary(BuildResultsSummary buildResultsSummary)
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 |