Retrieves the identifiers of the build batches for a specific project.
See https://www.paws-r-sdk.com/docs/codebuild_list_build_batches_for_project/ for full documentation.
codebuild_list_build_batches_for_project(
projectName = NULL,
filter = NULL,
maxResults = NULL,
sortOrder = NULL,
nextToken = NULL
)
The name of the project.
A BuildBatchFilter
object that specifies the filters for the search.
The maximum number of results to return.
Specifies the sort order of the returned items. Valid values include:
ASCENDING
: List the batch build identifiers in ascending order by
identifier.
DESCENDING
: List the batch build identifiers in descending order
by identifier.
The nextToken
value returned from a previous call to
list_build_batches_for_project
.
This specifies the next item to return. To return the beginning of the
list, exclude this parameter.