ResultsResponse

data class ResultsResponse(val artifactManifest: String, val artifactTiming: TimeSpanResponse, val buildStepImages: List<String>, val buildStepOutputs: List<String>, val images: List<BuiltImageResponse>, val mavenArtifacts: List<UploadedMavenArtifactResponse>, val npmPackages: List<UploadedNpmPackageResponse>, val numArtifacts: String, val pythonPackages: List<UploadedPythonPackageResponse>)

Artifacts created by the build pipeline.

Constructors

Link copied to clipboard
constructor(artifactManifest: String, artifactTiming: TimeSpanResponse, buildStepImages: List<String>, buildStepOutputs: List<String>, images: List<BuiltImageResponse>, mavenArtifacts: List<UploadedMavenArtifactResponse>, npmPackages: List<UploadedNpmPackageResponse>, numArtifacts: String, pythonPackages: List<UploadedPythonPackageResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

Link copied to clipboard

Time to push all non-container artifacts to Cloud Storage.

Link copied to clipboard

List of build step digests, in the order corresponding to build step indices.

Link copied to clipboard

List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to $BUILDER_OUTPUT/output. Only the first 4KB of data is stored.

Link copied to clipboard

Container images that were built as a part of the build.

Link copied to clipboard

Maven artifacts uploaded to Artifact Registry at the end of the build.

Link copied to clipboard

Npm packages uploaded to Artifact Registry at the end of the build.

Link copied to clipboard

Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

Link copied to clipboard

Python artifacts uploaded to Artifact Registry at the end of the build.