Package com.atlassian.bitbucket.comment
Class AddLineCommentRequest.Builder
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<AddLineCommentRequest.Builder,AddLineCommentRequest>
com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder
- Enclosing class:
- AddLineCommentRequest
public static class AddLineCommentRequest.Builder
extends AddLineCommentRequest.AbstractLineCommentRequestBuilder<AddLineCommentRequest.Builder,AddLineCommentRequest>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.comment.AddLineCommentRequest.AbstractLineCommentRequestBuilder
fileType, line, lineTypeMethods inherited from class com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder
fromHash, srcPath, toHashMethods inherited from class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
pending, severityMethods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
Builder
public Builder(@Nonnull Commentable commentable, @Nonnull String text, @Nonnull CommentThreadDiffAnchorType diffType, @Nonnull String path)
-
-
Method Details
-
build
- Specified by:
buildin classAddCommentRequest.AbstractBuilder<AddLineCommentRequest.Builder,AddLineCommentRequest>
-
self
- Specified by:
selfin classAddCommentRequest.AbstractBuilder<AddLineCommentRequest.Builder,AddLineCommentRequest>
-