Build Provenance Args
data class BuildProvenanceArgs(val buildOptions: Output<Map<String, String>>? = null, val builderVersion: Output<String>? = null, val builtArtifacts: Output<List<ArtifactArgs>>? = null, val commands: Output<List<CommandArgs>>? = null, val createTime: Output<String>? = null, val creator: Output<String>? = null, val endTime: Output<String>? = null, val id: Output<String>, val logsUri: Output<String>? = null, val project: Output<String>? = null, val sourceProvenance: Output<SourceArgs>? = null, val startTime: Output<String>? = null, val triggerId: Output<String>? = null) : ConvertibleToJava<BuildProvenanceArgs>
Provenance of a build. Contains all information needed to verify the full details about the build from source to completion.
Constructors
Link copied to clipboard
constructor(buildOptions: Output<Map<String, String>>? = null, builderVersion: Output<String>? = null, builtArtifacts: Output<List<ArtifactArgs>>? = null, commands: Output<List<CommandArgs>>? = null, createTime: Output<String>? = null, creator: Output<String>? = null, endTime: Output<String>? = null, id: Output<String>, logsUri: Output<String>? = null, project: Output<String>? = null, sourceProvenance: Output<SourceArgs>? = null, startTime: Output<String>? = null, triggerId: Output<String>? = null)
Properties
Link copied to clipboard
Version string of the builder at the time this build was executed.
Link copied to clipboard
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
Link copied to clipboard
Output of the build.
Link copied to clipboard
Commands requested by the build.
Link copied to clipboard
Time at which the build was created.
Link copied to clipboard
Details of the Source input to the build.