Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The Amazon Resource Name (ARN) of the build.

Link copied to clipboard

Information about the output artifacts for the build.

Link copied to clipboard

The ARN of the batch build that this build is a member of, if applicable.

Link copied to clipboard

Whether the build is complete. True if complete; otherwise, false.

Link copied to clipboard

The number of the build. For each project, the buildNumber of its first build is 1. The buildNumber of each subsequent build is incremented by 1. If a build is deleted, the buildNumber of other builds does not change.

Link copied to clipboard

The current status of the build. Valid values include:

Link copied to clipboard

Information about the cache for the build.

Link copied to clipboard

The current build phase.

Link copied to clipboard

Contains information about the debug session for this build.

Link copied to clipboard

The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

Link copied to clipboard

When the build process ended, expressed in Unix time format.

Link copied to clipboard

Information about the build environment for this build.

Link copied to clipboard

A list of exported environment variables for this build.

Link copied to clipboard

An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

Link copied to clipboard
var id: String?

The unique ID for the build.

Link copied to clipboard

The entity that started the build. Valid values include:

Link copied to clipboard

Information about the build's logs in CloudWatch Logs.

Link copied to clipboard

Describes a network interface.

Link copied to clipboard

Information about all previous build phases that are complete and information about any current build phase that is not yet complete.

Link copied to clipboard

The name of the CodeBuild project.

Link copied to clipboard

The number of minutes a build is allowed to be queued before it times out.

Link copied to clipboard

An array of the ARNs associated with this build's reports.

Link copied to clipboard

An identifier for the version of this build's source code.

Link copied to clipboard

An array of ProjectArtifacts objects.

Link copied to clipboard

An array of ProjectSource objects.

Link copied to clipboard

An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:

Link copied to clipboard

The name of a service role used for this build.

Link copied to clipboard

Information about the source code to be built.

Link copied to clipboard

Any version identifier for the version of the source code to be built. If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

Link copied to clipboard

When the build process started, expressed in Unix time format.

Link copied to clipboard

How long, in minutes, for CodeBuild to wait before timing out this build if it does not get marked as completed.

Link copied to clipboard

If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard