Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestChangeScope |
PullRequestChangesRequest.getChangeScope()
Specifies the scope of the changes to be streamed.
|
static PullRequestChangeScope |
PullRequestChangeScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestChangeScope[] |
PullRequestChangeScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PullRequestChangesRequest.Builder |
PullRequestChangesRequest.Builder.changeScope(PullRequestChangeScope value)
Specifies the scope of the changes to be streamed.
|
Copyright © 2019 Atlassian. All rights reserved.