Modifier and Type | Method and Description |
---|---|
List<Comment> |
PlanResultsAction.getComments() |
Modifier and Type | Class and Description |
---|---|
class |
CommentImpl |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<Comment,Long> |
Comment.getEntityId
Function that returns Comment's entityId
|
static com.google.common.collect.Ordering<Comment> |
Comment.orderingByMostRecentFirst |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentServiceImpl.addComment(String content,
com.atlassian.user.User user,
BambooIdProvider entity) |
Comment |
CommentService.addComment(String content,
com.atlassian.user.User user,
BambooIdProvider entity) |
Comment |
CommentManagerImpl.addComment(String content,
com.atlassian.user.User user,
long entityId) |
Comment |
CommentManager.addComment(String content,
com.atlassian.user.User user,
long entityId) |
Comment |
CommentHibernateDao.findById(long id) |
Comment |
CommentDao.findById(long id) |
Comment |
CommentServiceImpl.getCommentById(long commentId) |
Comment |
CommentManagerImpl.getCommentById(long commentId) |
Comment |
CommentService.getCommentById(long commentId) |
Comment |
CommentManager.getCommentById(long commentId) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentHibernateDao.findCommentByUser(String userName) |
List<Comment> |
CommentDao.findCommentByUser(String userName) |
Map<Long,List<Comment>> |
CommentServiceImpl.getAllCommentsForPlanResult(ChainResultsSummary chainResultSummary) |
Map<Long,List<Comment>> |
CommentService.getAllCommentsForPlanResult(ChainResultsSummary chainResultSummary)
Get all comments on the given chain result, including those in
child jobs.
|
List<Comment> |
CommentHibernateDao.getCommentsForBuildResults(PlanKey planKey) |
List<Comment> |
CommentManagerImpl.getCommentsForBuildResults(PlanKey planKey) |
List<Comment> |
CommentDao.getCommentsForBuildResults(PlanKey planKey) |
List<Comment> |
CommentManager.getCommentsForBuildResults(PlanKey planKey)
Get all comments associated with Plan's build results
|
List<Comment> |
CommentServiceImpl.getCommentsForEntity(BambooIdProvider entity) |
List<Comment> |
CommentService.getCommentsForEntity(BambooIdProvider entity) |
List<Comment> |
CommentHibernateDao.getCommentsForEntity(long entityId) |
List<Comment> |
CommentServiceImpl.getCommentsForEntity(long entityId) |
List<Comment> |
CommentManagerImpl.getCommentsForEntity(long entityId) |
List<Comment> |
CommentDao.getCommentsForEntity(long entityId) |
List<Comment> |
CommentService.getCommentsForEntity(long entityId) |
List<Comment> |
CommentManager.getCommentsForEntity(long entityId)
Get list of comments for a given entity
|
List<Comment> |
CommentHibernateDao.getCommentsForJobResults(ChainResultsSummary chainResultsSummary) |
Map<Long,List<Comment>> |
CommentManagerImpl.getCommentsForJobResults(ChainResultsSummary chainResultSummary) |
List<Comment> |
CommentDao.getCommentsForJobResults(ChainResultsSummary chainResultsSummary) |
Map<Long,List<Comment>> |
CommentManager.getCommentsForJobResults(ChainResultsSummary chainResultSummary)
Get all comments on job results within the given chain result.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentServiceImpl.deleteComment(Comment comment) |
void |
CommentManagerImpl.deleteComment(Comment comment) |
void |
CommentService.deleteComment(Comment comment) |
void |
CommentManager.deleteComment(Comment comment) |
void |
CommentServiceImpl.deleteComment(Comment comment,
ResultsSummary resultsSummary) |
void |
CommentService.deleteComment(Comment comment,
ResultsSummary resultsSummary)
Deprecated.
since 5.0 use deleteComment(comment)
|
void |
CommentManagerImpl.saveComment(Comment comment) |
void |
CommentManager.saveComment(Comment comment)
Saves or updates a comment to the database
|
Modifier and Type | Method and Description |
---|---|
long |
CommentHibernateDao.scrollCommentsForExport(Consumer<Comment> consumer) |
long |
CommentDao.scrollCommentsForExport(Consumer<Comment> consumer)
Scroll through and execute function for each of Comment
Objects passed to function are not fully initialized.
|
Modifier and Type | Field and Description |
---|---|
protected Comment |
EditDeploymentVersionCommentAction.comment |
Modifier and Type | Method and Description |
---|---|
Comment |
EditDeploymentVersionCommentAction.getComment() |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
ViewDeploymentVersion.getComments() |
Modifier and Type | Method and Description |
---|---|
void |
EditDeploymentVersionCommentAction.setComment(Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment |
BuildCommentDeletedEvent.getComment() |
Comment |
BuildCommentedEvent.getComment() |
Constructor and Description |
---|
BuildCommentDeletedEvent(Object source,
PlanResultKey planResultKey,
Comment comment) |
BuildCommentedEvent(Object source,
PlanResultKey planResultKey,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
protected Comment |
CommentMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
CommentRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<Comment> list,
Comment object,
long objectIndex,
org.hibernate.Session session) |
protected void |
CommentMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Comment object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
CommentMapper.importProperties(Comment comment,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
CommentRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<Comment> list,
Comment object,
long objectIndex,
org.hibernate.Session session) |
Constructor and Description |
---|
RestComment(Comment comment) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResultsSummary.setComments(List<Comment> comments) |
Modifier and Type | Method and Description |
---|---|
Map<Long,List<Comment>> |
ViewChainResult.getCommentsByEntityId() |
Modifier and Type | Field and Description |
---|---|
protected Comment |
EditCommentAction.comment |
Modifier and Type | Method and Description |
---|---|
Comment |
EditCommentAction.getComment() |
Modifier and Type | Method and Description |
---|---|
void |
EditCommentAction.setComment(Comment comment) |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.