google_api_cloud_build v0.7.0 GoogleApi.CloudBuild.V1.Model.Results View Source
Artifacts created by the build pipeline.
Attributes
- artifactManifest (String.t): Path to the artifact manifest. Only populated when artifacts are uploaded. Defaults to
nil. - artifactTiming (GoogleApi.CloudBuild.V1.Model.TimeSpan.t): Time to push all non-container artifacts. Defaults to
nil. - buildStepImages (list(String.t)): List of build step digests, in the order corresponding to build step
indices. Defaults to
nil. - buildStepOutputs (list(String.t)): 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. Defaults to nil.
- images (list(GoogleApi.CloudBuild.V1.Model.BuiltImage.t)): Container images that were built as a part of the build. Defaults to
nil. - numArtifacts (String.t): Number of artifacts uploaded. Only populated when artifacts are uploaded. Defaults to
nil.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudBuild.V1.Model.Results{
artifactManifest: String.t(),
artifactTiming: GoogleApi.CloudBuild.V1.Model.TimeSpan.t(),
buildStepImages: [String.t()],
buildStepOutputs: [String.t()],
images: [GoogleApi.CloudBuild.V1.Model.BuiltImage.t()],
numArtifacts: String.t()
}
t() :: %GoogleApi.CloudBuild.V1.Model.Results{
artifactManifest: String.t(),
artifactTiming: GoogleApi.CloudBuild.V1.Model.TimeSpan.t(),
buildStepImages: [String.t()],
buildStepOutputs: [String.t()],
images: [GoogleApi.CloudBuild.V1.Model.BuiltImage.t()],
numArtifacts: String.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.