Uses of Interface
com.atlassian.bamboo.comment.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return types with arguments of type Comment -
Uses of Comment in com.atlassian.bamboo.comment
Classes in com.atlassian.bamboo.comment that implement CommentFields in com.atlassian.bamboo.comment with type parameters of type CommentModifier and TypeFieldDescriptionComment.getEntityId
Function that returns Comment's entityIdstatic final Comparator<Comment>
Comment.orderingByMostRecentFirst
Methods in com.atlassian.bamboo.comment that return CommentModifier and TypeMethodDescription@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) CommentService.addComment
(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity) CommentServiceImpl.addComment
(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity) @Nullable Comment
CommentDao.findById
(long id) 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 CommentModifier and TypeMethodDescriptionCommentDao.findCommentByUser
(String userName) CommentHibernateDao.findCommentByUser
(String userName) CommentService.getAllCommentsForPlanResult
(@NotNull ChainResultsSummary chainResultSummary) Get all comments on the given chain result, including those in child jobs.CommentServiceImpl.getAllCommentsForPlanResult
(@NotNull ChainResultsSummary chainResultSummary) CommentDao.getCommentsForBuildResults
(@NotNull PlanKey planKey) CommentHibernateDao.getCommentsForBuildResults
(@NotNull PlanKey planKey) CommentManager.getCommentsForBuildResults
(@NotNull PlanKey planKey) Get all comments associated with Plan's build resultsCommentManagerImpl.getCommentsForBuildResults
(@NotNull PlanKey planKey) CommentDao.getCommentsForEntity
(long entityId) CommentHibernateDao.getCommentsForEntity
(long entityId) CommentManager.getCommentsForEntity
(long entityId) Get list of comments for a given entityCommentManagerImpl.getCommentsForEntity
(long entityId) CommentService.getCommentsForEntity
(long entityId) CommentService.getCommentsForEntity
(BambooIdProvider entity) CommentServiceImpl.getCommentsForEntity
(long entityId) CommentServiceImpl.getCommentsForEntity
(BambooIdProvider entity) CommentDao.getCommentsForJobResults
(@NotNull ChainResultsSummary chainResultsSummary) CommentHibernateDao.getCommentsForJobResults
(@NotNull ChainResultsSummary chainResultsSummary) CommentManager.getCommentsForJobResults
(@NotNull ChainResultsSummary chainResultSummary) Get all comments on job results within the given chain result.CommentManagerImpl.getCommentsForJobResults
(@NotNull ChainResultsSummary chainResultSummary) Methods in com.atlassian.bamboo.comment with parameters of type CommentModifier and TypeMethodDescriptionvoid
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 CommentModifier and TypeMethodDescriptionlong
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 CommentMethods in com.atlassian.bamboo.deployments.versions.actions that return CommentMethods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type CommentMethods in com.atlassian.bamboo.deployments.versions.actions with parameters of type CommentModifier and TypeMethodDescriptionvoid
EditDeploymentVersionCommentAction.setComment
(Comment comment) -
Uses of Comment in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return CommentModifier and TypeMethodDescriptionBuildCommentDeletedEvent.getComment()
BuildCommentedEvent.getComment()
Constructors in com.atlassian.bamboo.event with parameters of type CommentModifierConstructorDescriptionBuildCommentDeletedEvent
(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 CommentModifier and TypeMethodDescriptionprotected @NotNull Comment
CommentMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type CommentModifier and TypeMethodDescriptionvoid
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 CommentModifier and TypeMethodDescriptionvoid
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 -
Uses of Comment in com.atlassian.bamboo.resultsummary
Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type CommentModifier and TypeMethodDescriptionvoid
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 -
Uses of Comment in com.atlassian.bamboo.ww2.actions.comment
Fields in com.atlassian.bamboo.ww2.actions.comment declared as CommentMethods in com.atlassian.bamboo.ww2.actions.comment that return CommentMethods in com.atlassian.bamboo.ww2.actions.comment with parameters of type Comment