public class AddFileCommentRequest extends AddCommentRequest
file comment
.Modifier and Type | Class and Description |
---|---|
protected static class |
AddFileCommentRequest.AbstractFileBuilder<B extends AddFileCommentRequest.AbstractFileBuilder<B,R>,R extends AddFileCommentRequest> |
static class |
AddFileCommentRequest.Builder |
AddCommentRequest.AbstractBuilder<B extends AddCommentRequest.AbstractBuilder<B,R>,R extends AddCommentRequest>
Modifier | Constructor and Description |
---|---|
protected |
AddFileCommentRequest(AddFileCommentRequest.AbstractFileBuilder builder) |
Modifier and Type | Method and Description |
---|---|
CommentThreadDiffAnchorType |
getDiffType() |
String |
getFromHash() |
String |
getPath() |
String |
getSrcPath() |
String |
getToHash() |
getCommentable, getSeverity, getText, isPending
protected AddFileCommentRequest(@Nonnull AddFileCommentRequest.AbstractFileBuilder builder)
@Nonnull public CommentThreadDiffAnchorType getDiffType()
@Nullable public String getFromHash()
null
value will prompt
the system to try and resolve the most suitable fromHash which can be null
for comments made on
a commit
which doesn't have a parent
(i.e.: initial commits).@Nonnull public String getPath()
@Nullable public String getSrcPath()
Copyright © 2022 Atlassian. All rights reserved.