Package com.atlassian.bitbucket.comment
Class AddLineCommentRequest.AbstractLineCommentRequestBuilder<B extends AddLineCommentRequest.AbstractLineCommentRequestBuilder<B,R>,R extends AddFileCommentRequest>
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder<B,R>
com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder<B,R>
com.atlassian.bitbucket.comment.AddLineCommentRequest.AbstractLineCommentRequestBuilder<B,R>
- Direct Known Subclasses:
AddLineCommentRequest.Builder
- Enclosing class:
- AddLineCommentRequest
protected abstract static class AddLineCommentRequest.AbstractLineCommentRequestBuilder<B extends AddLineCommentRequest.AbstractLineCommentRequestBuilder<B,R>,R extends AddFileCommentRequest>
extends AddFileCommentRequest.AbstractFileBuilder<B,R>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ConstructorDescriptionAbstractLineCommentRequestBuilder
(Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path) -
Method Summary
Modifier and TypeMethodDescriptionfileType
(DiffFileType value) line
(int value) lineType
(DiffSegmentType value) Methods inherited from class com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder
fromHash, srcPath, toHash
Methods inherited from class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
build, pending, self, severity
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
AbstractLineCommentRequestBuilder
public AbstractLineCommentRequestBuilder(@Nonnull Commentable commentable, @Nonnull String text, @Nonnull CommentThreadDiffAnchorType diffType, @Nonnull String path)
-
-
Method Details
-
fileType
-
line
-
lineType
-