| Package | Description |
|---|---|
| com.atlassian.bitbucket.content | |
| com.atlassian.bitbucket.pull | |
| com.atlassian.bitbucket.scm |
| Modifier and Type | Method and Description |
|---|---|
static DiffWhitespace |
DiffWhitespace.fromString(String value) |
DiffWhitespace |
AbstractDiffRequest.getWhitespace() |
DiffWhitespace |
DiffContext.getWhitespace() |
static DiffWhitespace |
DiffWhitespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffWhitespace[] |
DiffWhitespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractDiffRequest.AbstractBuilder.whitespace(DiffWhitespace value) |
DiffRequest.Builder |
DiffRequest.Builder.whitespace(DiffWhitespace value) |
DiffContext.Builder |
DiffContext.Builder.whitespace(DiffWhitespace value) |
| Modifier and Type | Method and Description |
|---|---|
DiffWhitespace |
PullRequestDiffRequest.getWhitespace() |
| Modifier and Type | Method and Description |
|---|---|
PullRequestDiffRequest.Builder |
PullRequestDiffRequest.Builder.whitespace(DiffWhitespace value) |
| Modifier and Type | Method and Description |
|---|---|
DiffWhitespace |
AbstractDiffCommandParameters.getWhitespace() |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractDiffCommandParameters.AbstractBuilder.whitespace(DiffWhitespace value) |
Copyright © 2019 Atlassian. All rights reserved.