Crate rusoto_codebuild

Source
Expand description

CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools, such as Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild to use your own build tools. CodeBuild scales automatically to meet peak build requests. You pay only for the build time you consume. For more information about CodeBuild, see the CodeBuild User Guide.

If you’re using the service, you’re probably looking for CodeBuildClient and CodeBuild.

Structs§

BatchDeleteBuildsInput
BatchDeleteBuildsOutput
BatchGetBuildBatchesInput
BatchGetBuildBatchesOutput
BatchGetBuildsInput
BatchGetBuildsOutput
BatchGetProjectsInput
BatchGetProjectsOutput
BatchGetReportGroupsInput
BatchGetReportGroupsOutput
BatchGetReportsInput
BatchGetReportsOutput
BatchRestrictions

Specifies restrictions for the batch build.

Build

Information about a build.

BuildArtifacts

Information about build output artifacts.

BuildBatch

Contains information about a batch build.

BuildBatchFilter

Specifies filters when retrieving batch builds.

BuildBatchPhase

Contains information about a stage for a batch build.

BuildGroup

Contains information about a batch build build group. Build groups are used to combine builds that can run in parallel, while still being able to set dependencies on other build groups.

BuildNotDeleted

Information about a build that could not be successfully deleted.

BuildPhase

Information about a stage for a build.

BuildStatusConfig

Contains information that defines how the CodeBuild build project reports the build status to the source provider.

BuildSummary

Contains summary information about a batch build group.

CloudWatchLogsConfig

Information about CloudWatch Logs for a build project.

CodeBuildClient
A client for the AWS CodeBuild API.
CodeCoverage

Contains code coverage report information.

Line coverage measures how many statements your tests cover. A statement is a single instruction, not including comments, conditionals, etc.

Branch coverage determines if your tests cover every possible branch of a control structure, such as an if or case statement.

CodeCoverageReportSummary

Contains a summary of a code coverage report.

Line coverage measures how many statements your tests cover. A statement is a single instruction, not including comments, conditionals, etc.

Branch coverage determines if your tests cover every possible branch of a control structure, such as an if or case statement.

CreateProjectInput
CreateProjectOutput
CreateReportGroupInput
CreateReportGroupOutput
CreateWebhookInput
CreateWebhookOutput
DebugSession

Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.

DeleteBuildBatchInput
DeleteBuildBatchOutput
DeleteProjectInput
DeleteProjectOutput
DeleteReportGroupInput
DeleteReportGroupOutput
DeleteReportInput
DeleteReportOutput
DeleteResourcePolicyInput
DeleteResourcePolicyOutput
DeleteSourceCredentialsInput
DeleteSourceCredentialsOutput
DeleteWebhookInput
DeleteWebhookOutput
DescribeCodeCoveragesInput
DescribeCodeCoveragesOutput
DescribeTestCasesInput
DescribeTestCasesOutput
EnvironmentImage

Information about a Docker image that is managed by CodeBuild.

EnvironmentLanguage

A set of Docker images that are related by programming language and are managed by CodeBuild.

EnvironmentPlatform

A set of Docker images that are related by platform and are managed by CodeBuild.

EnvironmentVariable

Information about an environment variable for a build project or a build.

ExportedEnvironmentVariable

Contains information about an exported environment variable.

Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables in the CodePipeline User Guide.

During a build, the value of a variable is available starting with the install phase. It can be updated between the start of the install phase and the end of the postbuild phase. After the postbuild phase ends, the value of exported variables cannot change.

GetReportGroupTrendInput
GetReportGroupTrendOutput
GetResourcePolicyInput
GetResourcePolicyOutput
GitSubmodulesConfig

Information about the Git submodules configuration for an CodeBuild build project.

ImportSourceCredentialsInput
ImportSourceCredentialsOutput
InvalidateProjectCacheInput
InvalidateProjectCacheOutput
ListBuildBatchesForProjectInput
ListBuildBatchesForProjectOutput
ListBuildBatchesInput
ListBuildBatchesOutput
ListBuildsForProjectInput
ListBuildsForProjectOutput
ListBuildsInput
ListBuildsOutput
ListCuratedEnvironmentImagesInput
ListCuratedEnvironmentImagesOutput
ListProjectsInput
ListProjectsOutput
ListReportGroupsInput
ListReportGroupsOutput
ListReportsForReportGroupInput
ListReportsForReportGroupOutput
ListReportsInput
ListReportsOutput
ListSharedProjectsInput
ListSharedProjectsOutput
ListSharedReportGroupsInput
ListSharedReportGroupsOutput
ListSourceCredentialsInput
ListSourceCredentialsOutput
LogsConfig

Information about logs for a build project. These can be logs in CloudWatch Logs, built in a specified S3 bucket, or both.

LogsLocation

Information about build logs in CloudWatch Logs.

NetworkInterface

Describes a network interface.

PhaseContext

Additional information about a build phase that has an error. You can use this information for troubleshooting.

Project

Information about a build project.

ProjectArtifacts

Information about the build output artifacts for the build project.

ProjectBadge

Information about the build badge for the build project.

ProjectBuildBatchConfig

Contains configuration information about a batch build project.

ProjectCache

Information about the cache for the build project.

ProjectEnvironment

Information about the build environment of the build project.

ProjectFileSystemLocation

Information about a file system created by Amazon Elastic File System (EFS). For more information, see What Is Amazon Elastic File System?

ProjectSource

Information about the build input source code for the build project.

ProjectSourceVersion

A source identifier and its corresponding version.

PutResourcePolicyInput
PutResourcePolicyOutput
RegistryCredential

Information about credentials that provide access to a private Docker registry. When this is set:

  • imagePullCredentialsType must be set to SERVICE_ROLE.

  • images cannot be curated or an Amazon ECR image.

For more information, see Private Registry with Secrets Manager Sample for CodeBuild.

Report

Information about the results from running a series of test cases during the run of a build project. The test cases are specified in the buildspec for the build project using one or more paths to the test case files. You can specify any type of tests you want, such as unit tests, integration tests, and functional tests.

ReportExportConfig

Information about the location where the run of a report is exported.

ReportFilter

A filter used to return reports with the status specified by the input status parameter.

ReportGroup

A series of reports. Each report contains information about the results from running a series of test cases. You specify the test cases for a report group in the buildspec for a build project using one or more paths to the test case files.

ReportGroupTrendStats

Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .

ReportWithRawData

Contains the unmodified data for the report. For more information, see .

ResolvedArtifact

Represents a resolved build artifact. A resolve artifact is an artifact that is built and deployed to the destination, such as Amazon S3.

RetryBuildBatchInput
RetryBuildBatchOutput
RetryBuildInput
RetryBuildOutput
S3LogsConfig

Information about S3 logs for a build project.

S3ReportExportConfig

Information about the S3 bucket where the raw data of a report are exported.

SourceAuth

Information about the authorization settings for CodeBuild to access the source code to be built.

This information is for the CodeBuild console's use only. Your code should not get or set this information directly.

SourceCredentialsInfo

Information about the credentials for a GitHub, GitHub Enterprise, or Bitbucket repository.

StartBuildBatchInput
StartBuildBatchOutput
StartBuildInput
StartBuildOutput
StopBuildBatchInput
StopBuildBatchOutput
StopBuildInput
StopBuildOutput
Tag

A tag, consisting of a key and a value.

This tag is available for use by Amazon Web Services services that support tags in CodeBuild.

TestCase

Information about a test case created using a framework such as NUnit or Cucumber. A test case might be a unit test or a configuration test.

TestCaseFilter

A filter used to return specific types of test cases. In order to pass the filter, the report must meet all of the filter properties.

TestReportSummary

Information about a test report.

UpdateProjectInput
UpdateProjectOutput
UpdateReportGroupInput
UpdateReportGroupOutput
UpdateWebhookInput
UpdateWebhookOutput
VpcConfig

Information about the VPC configuration that CodeBuild accesses.

Webhook

Information about a webhook that connects repository events to a build project in CodeBuild.

WebhookFilter

A filter used to determine which webhooks trigger a build.

Enums§

BatchDeleteBuildsError
Errors returned by BatchDeleteBuilds
BatchGetBuildBatchesError
Errors returned by BatchGetBuildBatches
BatchGetBuildsError
Errors returned by BatchGetBuilds
BatchGetProjectsError
Errors returned by BatchGetProjects
BatchGetReportGroupsError
Errors returned by BatchGetReportGroups
BatchGetReportsError
Errors returned by BatchGetReports
CreateProjectError
Errors returned by CreateProject
CreateReportGroupError
Errors returned by CreateReportGroup
CreateWebhookError
Errors returned by CreateWebhook
DeleteBuildBatchError
Errors returned by DeleteBuildBatch
DeleteProjectError
Errors returned by DeleteProject
DeleteReportError
Errors returned by DeleteReport
DeleteReportGroupError
Errors returned by DeleteReportGroup
DeleteResourcePolicyError
Errors returned by DeleteResourcePolicy
DeleteSourceCredentialsError
Errors returned by DeleteSourceCredentials
DeleteWebhookError
Errors returned by DeleteWebhook
DescribeCodeCoveragesError
Errors returned by DescribeCodeCoverages
DescribeTestCasesError
Errors returned by DescribeTestCases
GetReportGroupTrendError
Errors returned by GetReportGroupTrend
GetResourcePolicyError
Errors returned by GetResourcePolicy
ImportSourceCredentialsError
Errors returned by ImportSourceCredentials
InvalidateProjectCacheError
Errors returned by InvalidateProjectCache
ListBuildBatchesError
Errors returned by ListBuildBatches
ListBuildBatchesForProjectError
Errors returned by ListBuildBatchesForProject
ListBuildsError
Errors returned by ListBuilds
ListBuildsForProjectError
Errors returned by ListBuildsForProject
ListCuratedEnvironmentImagesError
Errors returned by ListCuratedEnvironmentImages
ListProjectsError
Errors returned by ListProjects
ListReportGroupsError
Errors returned by ListReportGroups
ListReportsError
Errors returned by ListReports
ListReportsForReportGroupError
Errors returned by ListReportsForReportGroup
ListSharedProjectsError
Errors returned by ListSharedProjects
ListSharedReportGroupsError
Errors returned by ListSharedReportGroups
ListSourceCredentialsError
Errors returned by ListSourceCredentials
PutResourcePolicyError
Errors returned by PutResourcePolicy
RetryBuildBatchError
Errors returned by RetryBuildBatch
RetryBuildError
Errors returned by RetryBuild
StartBuildBatchError
Errors returned by StartBuildBatch
StartBuildError
Errors returned by StartBuild
StopBuildBatchError
Errors returned by StopBuildBatch
StopBuildError
Errors returned by StopBuild
UpdateProjectError
Errors returned by UpdateProject
UpdateReportGroupError
Errors returned by UpdateReportGroup
UpdateWebhookError
Errors returned by UpdateWebhook

Traits§

CodeBuild
Trait representing the capabilities of the AWS CodeBuild API. AWS CodeBuild clients implement this trait.