Package | Description |
---|---|
com.atlassian.bitbucket.commit | |
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
CommitOrder |
AbstractCommitsRequest.getOrder()
Retrieves the sort order to use for the commits.
|
static CommitOrder |
CommitOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitOrder[] |
CommitOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
B |
AbstractCommitsRequest.AbstractCommitsRequestBuilder.order(CommitOrder value) |
Modifier and Type | Method and Description |
---|---|
CommitOrder |
CommitsCommandParameters.getOrder()
Retrieves the sort order to use for the commits.
|
Modifier and Type | Method and Description |
---|---|
CommitsCommandParameters.Builder |
CommitsCommandParameters.Builder.order(CommitOrder value) |
Copyright © 2021 Atlassian. All rights reserved.