Package | Description |
---|---|
com.atlassian.bitbucket.build | |
com.atlassian.bitbucket.build.status |
Modifier and Type | Method and Description |
---|---|
static BuildOrder |
BuildOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildOrder[] |
BuildOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<BuildOrder> |
BuildOrder.fromString(String value) |
Modifier and Type | Method and Description |
---|---|
Page<BuildStatus> |
BuildStatusService.findAll(String commitId,
PageRequest pageRequest,
BuildOrder orderBy)
Deprecated.
Retrieves a page of
build statuses associated with the specified commit across all
repositories and branches. |
Modifier and Type | Method and Description |
---|---|
BuildOrder |
AbstractBuildStatusSearchRequest.getBuildOrder()
The order to return build statuses in.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractBuildStatusSearchRequest.AbstractBuilder.buildOrder(BuildOrder buildOrder) |
Copyright © 2021 Atlassian. All rights reserved.