Name | Type | Description | Notes |
---|---|---|---|
id | String | Unique identifier of the build. | [optional] |
projectId | String | ID of the project. | [optional] |
commands | List<ApiCommand> | Commands requested by the build. | [optional] |
builtArtifacts | List<ApiArtifact> | Output of the build. | [optional] |
createTime | OffsetDateTime | Time at which the build was created. | [optional] |
startTime | OffsetDateTime | Time at which execution of the build was started. | [optional] |
finishTime | OffsetDateTime | Time at which execution of the build was finished. | [optional] |
creator | String | E-mail address of the user who initiated this build. Note that this was the user's e-mail address at the time the build was initiated; this address may not represent the same end-user for all time. | [optional] |
logsBucket | String | Google Cloud Storage bucket where logs were written. | [optional] |
sourceProvenance | ApiSource | Details of the Source input to the build. | [optional] |
triggerId | String | Trigger identifier if the build was triggered automatically; empty if not. | [optional] |
buildOptions | Map<String, String> | Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details. | [optional] |
builderVersion | String | Version string of the builder at the time this build was executed. | [optional] |