Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::Results.
Artifacts created by the build pipeline.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#artifact_manifest
def artifact_manifest() -> ::String
- (::String) — Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
#artifact_manifest=
def artifact_manifest=(value) -> ::String
- value (::String) — Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- (::String) — Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
#artifact_timing
def artifact_timing() -> ::Google::Cloud::Build::V1::TimeSpan
- (::Google::Cloud::Build::V1::TimeSpan) — Time to push all non-container artifacts to Cloud Storage.
#artifact_timing=
def artifact_timing=(value) -> ::Google::Cloud::Build::V1::TimeSpan
- value (::Google::Cloud::Build::V1::TimeSpan) — Time to push all non-container artifacts to Cloud Storage.
- (::Google::Cloud::Build::V1::TimeSpan) — Time to push all non-container artifacts to Cloud Storage.
#build_step_images
def build_step_images() -> ::Array<::String>
- (::Array<::String>) — List of build step digests, in the order corresponding to build step indices.
#build_step_images=
def build_step_images=(value) -> ::Array<::String>
- value (::Array<::String>) — List of build step digests, in the order corresponding to build step indices.
- (::Array<::String>) — List of build step digests, in the order corresponding to build step indices.
#build_step_outputs
def build_step_outputs() -> ::Array<::String>
-
(::Array<::String>) — 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.
#build_step_outputs=
def build_step_outputs=(value) -> ::Array<::String>
-
value (::Array<::String>) — 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.
-
(::Array<::String>) — 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.
#images
def images() -> ::Array<::Google::Cloud::Build::V1::BuiltImage>
- (::Array<::Google::Cloud::Build::V1::BuiltImage>) — Container images that were built as a part of the build.
#images=
def images=(value) -> ::Array<::Google::Cloud::Build::V1::BuiltImage>
- value (::Array<::Google::Cloud::Build::V1::BuiltImage>) — Container images that were built as a part of the build.
- (::Array<::Google::Cloud::Build::V1::BuiltImage>) — Container images that were built as a part of the build.
#maven_artifacts
def maven_artifacts() -> ::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>
- (::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>) — Maven artifacts uploaded to Artifact Registry at the end of the build.
#maven_artifacts=
def maven_artifacts=(value) -> ::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>
- value (::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>) — Maven artifacts uploaded to Artifact Registry at the end of the build.
- (::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>) — Maven artifacts uploaded to Artifact Registry at the end of the build.
#npm_packages
def npm_packages() -> ::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>
- (::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>) — Npm packages uploaded to Artifact Registry at the end of the build.
#npm_packages=
def npm_packages=(value) -> ::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>
- value (::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>) — Npm packages uploaded to Artifact Registry at the end of the build.
- (::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>) — Npm packages uploaded to Artifact Registry at the end of the build.
#num_artifacts
def num_artifacts() -> ::Integer
- (::Integer) — Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
#num_artifacts=
def num_artifacts=(value) -> ::Integer
- value (::Integer) — Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
- (::Integer) — Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
#python_packages
def python_packages() -> ::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>
- (::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>) — Python artifacts uploaded to Artifact Registry at the end of the build.
#python_packages=
def python_packages=(value) -> ::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>
- value (::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>) — Python artifacts uploaded to Artifact Registry at the end of the build.
- (::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>) — Python artifacts uploaded to Artifact Registry at the end of the build.