RunResponse

data class RunResponse(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val createTime: String? = null, val customRegistries: List<String>? = null, val finishTime: String? = null, val id: String, val imageUpdateTrigger: ImageUpdateTriggerResponse? = null, val isArchiveEnabled: Boolean? = null, val lastUpdatedTime: String? = null, val logArtifact: ImageDescriptorResponse, val name: String, val outputImages: List<ImageDescriptorResponse>? = null, val platform: PlatformPropertiesResponse? = null, val provisioningState: String? = null, val runErrorMessage: String, val runId: String? = null, val runType: String? = null, val sourceRegistryAuth: String? = null, val sourceTrigger: SourceTriggerDescriptorResponse? = null, val startTime: String? = null, val status: String? = null, val systemData: SystemDataResponse, val task: String? = null, val timerTrigger: TimerTriggerDescriptorResponse? = null, val type: String, val updateTriggerToken: String? = null)

Run resource properties

Constructors

Link copied to clipboard
constructor(agentConfiguration: AgentPropertiesResponse? = null, agentPoolName: String? = null, createTime: String? = null, customRegistries: List<String>? = null, finishTime: String? = null, id: String, imageUpdateTrigger: ImageUpdateTriggerResponse? = null, isArchiveEnabled: Boolean? = null, lastUpdatedTime: String? = null, logArtifact: ImageDescriptorResponse, name: String, outputImages: List<ImageDescriptorResponse>? = null, platform: PlatformPropertiesResponse? = null, provisioningState: String? = null, runErrorMessage: String, runId: String? = null, runType: String? = null, sourceRegistryAuth: String? = null, sourceTrigger: SourceTriggerDescriptorResponse? = null, startTime: String? = null, status: String? = null, systemData: SystemDataResponse, task: String? = null, timerTrigger: TimerTriggerDescriptorResponse? = null, type: String, updateTriggerToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The machine configuration of the run agent.

Link copied to clipboard
val agentPoolName: String? = null

The dedicated agent pool for the run.

Link copied to clipboard
val createTime: String? = null

The time the run was scheduled.

Link copied to clipboard

The list of custom registries that were logged in during this run.

Link copied to clipboard
val finishTime: String? = null

The time the run finished.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The image update trigger that caused the run. This is applicable if the task has base image trigger configured.

Link copied to clipboard

The value that indicates whether archiving is enabled or not.

Link copied to clipboard
val lastUpdatedTime: String? = null

The last updated time for the run.

Link copied to clipboard

The image description for the log artifact.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.

Link copied to clipboard

The platform properties against which the run will happen.

Link copied to clipboard

The provisioning state of a run.

Link copied to clipboard

The error message received from backend systems after the run is scheduled.

Link copied to clipboard
val runId: String? = null

The unique identifier for the run.

Link copied to clipboard
val runType: String? = null

The type of run.

Link copied to clipboard

The scope of the credentials that were used to login to the source registry during this run.

Link copied to clipboard

The source trigger that caused the run.

Link copied to clipboard
val startTime: String? = null

The time the run started.

Link copied to clipboard
val status: String? = null

The current status of the run.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val task: String? = null

The task against which run was scheduled.

Link copied to clipboard

The timer trigger that caused the run.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The update trigger token passed for the Run.