Class: Google::Cloud::Build::V1::Results
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::Results
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Artifacts created by the build pipeline.
Instance Attribute Summary collapse
-
#artifact_manifest ⇒ ::String
Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage.
-
#artifact_timing ⇒ ::Google::Cloud::Build::V1::TimeSpan
Time to push all non-container artifacts to Cloud Storage.
-
#build_step_images ⇒ ::Array<::String>
List of build step digests, in the order corresponding to build step indices.
-
#build_step_outputs ⇒ ::Array<::String>
List of build step outputs, produced by builder images, in the order corresponding to build step indices.
-
#images ⇒ ::Array<::Google::Cloud::Build::V1::BuiltImage>
Container images that were built as a part of the build.
-
#maven_artifacts ⇒ ::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>
Maven artifacts uploaded to Artifact Registry at the end of the build.
-
#npm_packages ⇒ ::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>
Npm packages uploaded to Artifact Registry at the end of the build.
-
#num_artifacts ⇒ ::Integer
Number of non-container artifacts uploaded to Cloud Storage.
-
#python_packages ⇒ ::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>
Python artifacts uploaded to Artifact Registry at the end of the build.
Instance Attribute Details
#artifact_manifest ⇒ ::String
Returns Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
459 460 461 462 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459 class Results include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#artifact_timing ⇒ ::Google::Cloud::Build::V1::TimeSpan
Returns Time to push all non-container artifacts to Cloud Storage.
459 460 461 462 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459 class Results include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#build_step_images ⇒ ::Array<::String>
Returns List of build step digests, in the order corresponding to build step indices.
459 460 461 462 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459 class Results include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#build_step_outputs ⇒ ::Array<::String>
Returns 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.
459 460 461 462 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459 class Results include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#images ⇒ ::Array<::Google::Cloud::Build::V1::BuiltImage>
Returns Container images that were built as a part of the build.
459 460 461 462 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459 class Results include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#maven_artifacts ⇒ ::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>
Returns Maven artifacts uploaded to Artifact Registry at the end of the build.
459 460 461 462 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459 class Results include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#npm_packages ⇒ ::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>
Returns Npm packages uploaded to Artifact Registry at the end of the build.
459 460 461 462 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459 class Results include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#num_artifacts ⇒ ::Integer
Returns Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
459 460 461 462 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459 class Results include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#python_packages ⇒ ::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>
Returns Python artifacts uploaded to Artifact Registry at the end of the build.
459 460 461 462 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459 class Results include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |