Uses of Interface
com.atlassian.bamboo.comment.Comment
-
-
Uses of Comment in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return types with arguments of type Comment Modifier and Type Method Description @NotNull List<Comment>
PlanResultsAction. getComments()
-
Uses of Comment in com.atlassian.bamboo.comment
Classes in com.atlassian.bamboo.comment that implement Comment Modifier and Type Class Description class
CommentImpl
Fields in com.atlassian.bamboo.comment with type parameters of type Comment Modifier and Type Field Description static com.google.common.base.Function<Comment,Long>
Comment. getEntityId
Function that returns Comment's entityIdstatic com.google.common.collect.Ordering<Comment>
Comment. orderingByMostRecentFirst
Methods in com.atlassian.bamboo.comment that return Comment Modifier and Type Method Description @NotNull Comment
CommentManager. addComment(String content, com.atlassian.user.User user, long entityId)
@NotNull Comment
CommentManagerImpl. addComment(String content, com.atlassian.user.User user, long entityId)
Comment
CommentService. addComment(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity)
Comment
CommentServiceImpl. addComment(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity)
@Nullable Comment
CommentDao. findById(long id)
Comment
CommentHibernateDao. findById(long id)
@Nullable Comment
CommentManager. getCommentById(long commentId)
@Nullable Comment
CommentManagerImpl. getCommentById(long commentId)
@Nullable Comment
CommentService. getCommentById(long commentId)
@Nullable Comment
CommentServiceImpl. getCommentById(long commentId)
Methods in com.atlassian.bamboo.comment that return types with arguments of type Comment Modifier and Type Method Description @NotNull List<Comment>
CommentDao. findCommentByUser(String userName)
@NotNull List<Comment>
CommentHibernateDao. findCommentByUser(String userName)
@NotNull Map<Long,List<Comment>>
CommentService. getAllCommentsForPlanResult(@NotNull ChainResultsSummary chainResultSummary)
Get all comments on the given chain result, including those in child jobs.@NotNull Map<Long,List<Comment>>
CommentServiceImpl. getAllCommentsForPlanResult(@NotNull ChainResultsSummary chainResultSummary)
@NotNull List<Comment>
CommentDao. getCommentsForBuildResults(@NotNull PlanKey planKey)
@NotNull List<Comment>
CommentHibernateDao. getCommentsForBuildResults(@NotNull PlanKey planKey)
@NotNull List<Comment>
CommentManager. getCommentsForBuildResults(@NotNull PlanKey planKey)
Get all comments associated with Plan's build results@NotNull List<Comment>
CommentManagerImpl. getCommentsForBuildResults(@NotNull PlanKey planKey)
@NotNull List<Comment>
CommentDao. getCommentsForEntity(long entityId)
@NotNull List<Comment>
CommentHibernateDao. getCommentsForEntity(long entityId)
@NotNull List<Comment>
CommentManager. getCommentsForEntity(long entityId)
Get list of comments for a given entity@NotNull List<Comment>
CommentManagerImpl. getCommentsForEntity(long entityId)
@NotNull List<Comment>
CommentService. getCommentsForEntity(long entityId)
@NotNull List<Comment>
CommentService. getCommentsForEntity(BambooIdProvider entity)
@NotNull List<Comment>
CommentServiceImpl. getCommentsForEntity(long entityId)
@NotNull List<Comment>
CommentServiceImpl. getCommentsForEntity(BambooIdProvider entity)
@NotNull List<Comment>
CommentDao. getCommentsForJobResults(@NotNull ChainResultsSummary chainResultsSummary)
@NotNull List<Comment>
CommentHibernateDao. getCommentsForJobResults(@NotNull ChainResultsSummary chainResultsSummary)
@NotNull Map<Long,List<Comment>>
CommentManager. getCommentsForJobResults(@NotNull ChainResultsSummary chainResultSummary)
Get all comments on job results within the given chain result.@NotNull Map<Long,List<Comment>>
CommentManagerImpl. getCommentsForJobResults(@NotNull ChainResultsSummary chainResultSummary)
Methods in com.atlassian.bamboo.comment with parameters of type Comment Modifier and Type Method Description void
CommentManager. deleteComment(Comment comment)
void
CommentManagerImpl. deleteComment(@NotNull Comment comment)
void
CommentService. deleteComment(@NotNull Comment comment)
void
CommentService. deleteComment(@NotNull Comment comment, @NotNull ResultsSummary resultsSummary)
Deprecated.since 5.0 use deleteComment(comment)void
CommentServiceImpl. deleteComment(@NotNull Comment comment)
void
CommentServiceImpl. deleteComment(@NotNull Comment comment, @NotNull ResultsSummary resultsSummary)
void
CommentManager. saveComment(Comment comment)
Saves or updates a comment to the databasevoid
CommentManagerImpl. saveComment(Comment comment)
Method parameters in com.atlassian.bamboo.comment with type arguments of type Comment Modifier and Type Method Description long
CommentDao. scrollCommentsForExport(@NotNull Consumer<Comment> consumer)
Scroll through and execute function for each of Comment Objects passed to function are not fully initialized.long
CommentHibernateDao. scrollCommentsForExport(@NotNull Consumer<Comment> consumer)
-
Uses of Comment in com.atlassian.bamboo.deployments.versions.actions
Fields in com.atlassian.bamboo.deployments.versions.actions declared as Comment Modifier and Type Field Description protected Comment
EditDeploymentVersionCommentAction. comment
Methods in com.atlassian.bamboo.deployments.versions.actions that return Comment Modifier and Type Method Description Comment
EditDeploymentVersionCommentAction. getComment()
Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
ViewDeploymentVersion. getComments()
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type Comment Modifier and Type Method Description void
EditDeploymentVersionCommentAction. setComment(Comment comment)
-
Uses of Comment in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return Comment Modifier and Type Method Description Comment
BuildCommentDeletedEvent. getComment()
Comment
BuildCommentedEvent. getComment()
Constructors in com.atlassian.bamboo.event with parameters of type Comment Constructor Description BuildCommentDeletedEvent(Object source, PlanResultKey planResultKey, Comment comment)
BuildCommentedEvent(Object source, PlanResultKey planResultKey, Comment comment)
-
Uses of Comment in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return Comment Modifier and Type Method Description protected @NotNull Comment
CommentMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type Comment Modifier and Type Method Description void
CommentRootMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<Comment> list, @NotNull Comment object, long objectIndex, @NotNull org.hibernate.Session session)
protected void
CommentMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Comment object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
CommentMapper. importProperties(@NotNull Comment comment, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type Comment Modifier and Type Method Description void
CommentRootMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<Comment> list, @NotNull Comment object, long objectIndex, @NotNull org.hibernate.Session session)
-
Uses of Comment in com.atlassian.bamboo.plugins.rest.model.build.comment
Constructors in com.atlassian.bamboo.plugins.rest.model.build.comment with parameters of type Comment Constructor Description RestComment(Comment comment)
-
Uses of Comment in com.atlassian.bamboo.resultsummary
Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type Comment Modifier and Type Method Description void
AbstractResultsSummary. setComments(List<Comment> comments)
-
Uses of Comment in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type Comment Modifier and Type Method Description Map<Long,List<Comment>>
ViewChainResult. getCommentsByEntityId()
-
Uses of Comment in com.atlassian.bamboo.ww2.actions.comment
Fields in com.atlassian.bamboo.ww2.actions.comment declared as Comment Modifier and Type Field Description protected Comment
EditCommentAction. comment
Methods in com.atlassian.bamboo.ww2.actions.comment that return Comment Modifier and Type Method Description Comment
EditCommentAction. getComment()
Methods in com.atlassian.bamboo.ww2.actions.comment with parameters of type Comment Modifier and Type Method Description void
EditCommentAction. setComment(Comment comment)
-