View source: R/codebuild_operations.R
codebuild_list_build_batches_for_project | R Documentation |
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
)
projectName |
The name of the project. |
filter |
A |
maxResults |
The maximum number of results to return. |
sortOrder |
Specifies the sort order of the returned items. Valid values include:
|
nextToken |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.