Uses of Class
jetbrains.buildServer.serverSide.comments.Comment
-
-
Uses of Comment in jetbrains
Methods in jetbrains that return Comment Modifier and Type Method Description Comment
MockBuildType. getLastPauseComment()
Comment
MockBuildType. getPauseComment()
-
Uses of Comment in jetbrains.buildServer
Methods in jetbrains.buildServer that return Comment Modifier and Type Method Description Comment
MockBuild. getBuildComment()
Comment
MockBuildPromotion. getBuildComment()
-
Uses of Comment in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return Comment Modifier and Type Method Description Comment
SBuildAgent. getAuthorizeComment()
Returns information about changing agent authorized status, including timestamp, user, comment textComment
BuildPromotion. getBuildComment()
Returns build comment assigned for this promotionComment
SBuild. getBuildComment()
Returns build comment.Comment
BuildTypeEx. getLastPauseComment()
Differs fromSBuildType.getPauseComment()
- it returns last comment for pause action only.Comment
SBuildType. getPauseComment()
Returns comment for pausing/resuming this build typeComment
SFinishedBuild. getPinComment()
Returns the pin/unpin commentComment
SBuildAgent. 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 Comment
AuditLogProvider. findLastComment(AuditLogObject object, ActionType... actionTypes)
Returns comment of the last action with one of the specified action types of the specified objectComment
AuditLogAction. 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 Comment
CommentManager. createComment(long commentId, long userId, String comment, Date timestamp)
Used to create Comment object from existing data, for example loaded from SQL query.Comment
CommentManagerImpl. createComment(long commentId, long userId, String comment, Date timestamp)
Comment
CommentManager. findComment(long commentId)
Find comment by comment IdComment
CommentManagerImpl. findComment(long commentId)
Comment
CommentManager. newComment(long userId, String comment)
Create new commentComment
CommentManager. newComment(SUser user, String comment)
Creates new commentComment
CommentManagerImpl. newComment(long userId, String commentText)
Comment
CommentManagerImpl. 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 class
NullComment
Methods in jetbrains.buildServer.serverSide.impl that return Comment Modifier and Type Method Description Comment
BaseBuild. getBuildComment()
Comment
BuildPromotionImpl. getBuildComment()
Comment
DummyBuildPromotion. getBuildComment()
Comment
RunningBuildWrapper. getBuildComment()
Comment
UserActionsProvider.UserAction. getComment()
Comment
BuildTypeImpl. getLastPauseComment()
Comment
DummyBuildType. getLastPauseComment()
Comment
EditableBuildTypeCopy. getLastPauseComment()
Comment
RemoteBuildTypeImpl. getLastPauseComment()
Comment
BuildTypeImpl. getPauseComment()
Comment
DummyBuildType. getPauseComment()
Comment
EditableBuildTypeCopy. getPauseComment()
Comment
RemoteBuildTypeImpl. getPauseComment()
Comment
FinishedBuildImpl. 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 Comment
AbstractBuildAgent. getAuthorizeComment()
Comment
AbstractBuildAgent. 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 Comment
AuditLogProviderImpl. findLastComment(AuditLogObject auditObject, ActionType... actionTypes)
Comment
CommentLoader. 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 Comment
SecuredBuildAgent. getAuthorizeComment()
Comment
SecuredBuildAgent. getStatusComment()
-