| Package | Description |
|---|---|
| com.atlassian.bitbucket.comment | |
| com.atlassian.bitbucket.pull |
| Modifier and Type | Method and Description |
|---|---|
static CommentThreadDiffAnchorType |
CommentThreadDiffAnchorType.fromId(int id) |
CommentThreadDiffAnchorType |
CommentThreadDiffAnchor.getDiffType() |
CommentThreadDiffAnchorType |
AddFileCommentRequest.getDiffType() |
static CommentThreadDiffAnchorType |
CommentThreadDiffAnchorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentThreadDiffAnchorType[] |
CommentThreadDiffAnchorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CommentThreadDiffAnchorType> |
CommentSearchRequest.getDiffTypes() |
| Modifier and Type | Method and Description |
|---|---|
CommentSearchRequest.Builder |
CommentSearchRequest.Builder.diffType(CommentThreadDiffAnchorType value) |
| Modifier and Type | Method and Description |
|---|---|
CommentSearchRequest.Builder |
CommentSearchRequest.Builder.diffTypes(Iterable<CommentThreadDiffAnchorType> values) |
| Constructor and Description |
|---|
AbstractFileBuilder(Commentable commentable,
String text,
CommentThreadDiffAnchorType diffType,
String path) |
Builder(Commentable commentable,
String text,
CommentThreadDiffAnchorType diffType,
String path) |
Builder(Commentable commentable,
String text,
CommentThreadDiffAnchorType diffType,
String path) |
| Modifier and Type | Method and Description |
|---|---|
CommentThreadDiffAnchorType |
PullRequestDiffRequest.getDiffType() |
| Modifier and Type | Method and Description |
|---|---|
PullRequestDiffRequest.Builder |
PullRequestDiffRequest.Builder.diffType(CommentThreadDiffAnchorType value) |
Copyright © 2023 Atlassian. All rights reserved.