TriggerBuildArtifactsObjects

data class TriggerBuildArtifactsObjects(val location: String? = null, val paths: List<String>? = null, val timings: List<TriggerBuildArtifactsObjectsTiming>? = null)

Constructors

Link copied to clipboard
fun TriggerBuildArtifactsObjects(location: String? = null, paths: List<String>? = null, timings: List<TriggerBuildArtifactsObjectsTiming>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val location: String? = null

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

Link copied to clipboard
val paths: List<String>? = null

Path globs used to match files in the build's workspace.

Link copied to clipboard

Output only. Stores timing information for pushing all artifact objects. Structure is documented below.