Uses of Class
jetbrains.buildServer.serverSide.comments.Comment
-
-
Uses of Comment in jetbrains
Methods in jetbrains that return Comment Modifier and Type Method Description CommentMockBuildType. getLastPauseComment()CommentMockBuildType. getPauseComment() -
Uses of Comment in jetbrains.buildServer
Methods in jetbrains.buildServer that return Comment Modifier and Type Method Description CommentMockBuild. getBuildComment()CommentMockBuildPromotion. getBuildComment() -
Uses of Comment in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return Comment Modifier and Type Method Description CommentSBuildAgent. getAuthorizeComment()Returns information about changing agent authorized status, including timestamp, user, comment textCommentBuildPromotion. getBuildComment()Returns build comment assigned for this promotionCommentSBuild. getBuildComment()Returns build comment.CommentBuildTypeEx. getLastPauseComment()Differs fromSBuildType.getPauseComment()- it returns last comment for pause action only.CommentSBuildType. getPauseComment()Returns comment for pausing/resuming this build typeCommentSFinishedBuild. getPinComment()Returns the pin/unpin commentCommentSBuildAgent. getStatusComment()Returns information about changing agent enabled/disabled status, including timestamp, user, comment text -
Uses of Comment in jetbrains.buildServer.serverSide.audit
Methods in jetbrains.buildServer.serverSide.audit that return Comment Modifier and Type Method Description CommentAuditLogProvider. findLastComment(AuditLogObject object, ActionType... actionTypes)Returns comment of the last action with one of the specified action types of the specified objectCommentAuditLogAction. getComment()Returns comment for the action -
Uses of Comment in jetbrains.buildServer.serverSide.comments
Methods in jetbrains.buildServer.serverSide.comments that return Comment Modifier and Type Method Description CommentCommentManager. createComment(long commentId, long userId, String comment, Date timestamp)Used to create Comment object from existing data, for example loaded from SQL query.CommentCommentManagerImpl. createComment(long commentId, long userId, String comment, Date timestamp)CommentCommentManager. findComment(long commentId)Find comment by comment IdCommentCommentManagerImpl. findComment(long commentId)CommentCommentManager. newComment(long userId, String comment)Create new commentCommentCommentManager. newComment(SUser user, String comment)Creates new commentCommentCommentManagerImpl. newComment(long userId, String commentText)CommentCommentManagerImpl. newComment(SUser user, String commentText) -
Uses of Comment in jetbrains.buildServer.serverSide.impl
Subclasses of Comment in jetbrains.buildServer.serverSide.impl Modifier and Type Class Description classNullCommentMethods in jetbrains.buildServer.serverSide.impl that return Comment Modifier and Type Method Description CommentBaseBuild. getBuildComment()CommentBuildPromotionImpl. getBuildComment()CommentDummyBuildPromotion. getBuildComment()CommentRunningBuildWrapper. getBuildComment()CommentUserActionsProvider.UserAction. getComment()CommentBuildTypeImpl. getLastPauseComment()CommentDummyBuildType. getLastPauseComment()CommentEditableBuildTypeCopy. getLastPauseComment()CommentRemoteBuildTypeImpl. getLastPauseComment()CommentBuildTypeImpl. getPauseComment()CommentDummyBuildType. getPauseComment()CommentEditableBuildTypeCopy. getPauseComment()CommentRemoteBuildTypeImpl. getPauseComment()CommentFinishedBuildImpl. getPinComment() -
Uses of Comment in jetbrains.buildServer.serverSide.impl.agent
Methods in jetbrains.buildServer.serverSide.impl.agent that return Comment Modifier and Type Method Description CommentAbstractBuildAgent. getAuthorizeComment()CommentAbstractBuildAgent. getStatusComment() -
Uses of Comment in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit that return Comment Modifier and Type Method Description CommentAuditLogProviderImpl. findLastComment(AuditLogObject auditObject, ActionType... actionTypes)CommentCommentLoader. loadComment() -
Uses of Comment in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return Comment Modifier and Type Method Description CommentSecuredBuildAgent. getAuthorizeComment()CommentSecuredBuildAgent. getStatusComment()
-