|
||||||||||
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
Field Summary | |
---|---|
static com.google.common.base.Function<Comment,Long> |
getEntityId
Function that returns Comment's entityId |
static com.google.common.collect.Ordering<Comment> |
orderingByMostRecentFirst
|
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider |
---|
ORDERING |
Method Summary | |
---|---|
String |
getContent()
The actual comment that was added |
Date |
getCreationDate()
The date the comment was created |
long |
getEntityId()
The id of object the comment was added to |
Date |
getLastModificationDate()
The date the comment was last modified |
ResultsSummary |
getResultsSummary()
Deprecated. since 5.0 use com.atlassian.bamboo.resultsummary.ResultsSummaryManager.getResultsSummary(getEntityId()) The build result the comment was added to |
com.atlassian.user.User |
getUser()
The user that created the comment |
String |
getUserName()
The username of the user that created the comment |
void |
setContent(String content)
|
void |
setEntityId(long entityId)
|
void |
setResultsSummary(ResultsSummary resultsSummary)
Deprecated. since 5.0 use setEntityId(resultSummary.getId()) |
void |
setUserName(String userName)
|
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
setId |
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider |
---|
getId |
Field Detail |
---|
static final com.google.common.base.Function<Comment,Long> getEntityId
static final com.google.common.collect.Ordering<Comment> orderingByMostRecentFirst
Method Detail |
---|
String getContent()
void setContent(String content)
@Deprecated ResultsSummary getResultsSummary()
@Deprecated void setResultsSummary(ResultsSummary resultsSummary)
long getEntityId()
void setEntityId(long entityId)
Date getLastModificationDate()
Date getCreationDate()
getCreationDate
in interface CreationDateProvider
com.atlassian.user.User getUser()
String getUserName()
void setUserName(String userName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |