RunProperties |
RunProperties.withAgentConfiguration(AgentProperties agentConfiguration) |
Set the agentConfiguration property: The machine configuration of the run agent.
|
RunProperties |
RunProperties.withAgentPoolName(String agentPoolName) |
Set the agentPoolName property: The dedicated agent pool for the run.
|
RunProperties |
RunProperties.withCreateTime(OffsetDateTime createTime) |
Set the createTime property: The time the run was scheduled.
|
RunProperties |
RunProperties.withCustomRegistries(List<String> customRegistries) |
Set the customRegistries property: The list of custom registries that were logged in during this run.
|
RunProperties |
RunProperties.withFinishTime(OffsetDateTime finishTime) |
Set the finishTime property: The time the run finished.
|
RunProperties |
RunProperties.withImageUpdateTrigger(ImageUpdateTrigger imageUpdateTrigger) |
Set the imageUpdateTrigger property: The image update trigger that caused the run.
|
RunProperties |
RunProperties.withIsArchiveEnabled(Boolean isArchiveEnabled) |
Set the isArchiveEnabled property: The value that indicates whether archiving is enabled or not.
|
RunProperties |
RunProperties.withLastUpdatedTime(OffsetDateTime lastUpdatedTime) |
Set the lastUpdatedTime property: The last updated time for the run.
|
RunProperties |
RunProperties.withOutputImages(List<ImageDescriptor> outputImages) |
Set the outputImages property: The list of all images that were generated from the run.
|
RunProperties |
RunProperties.withPlatform(PlatformProperties platform) |
Set the platform property: The platform properties against which the run will happen.
|
RunProperties |
RunProperties.withProvisioningState(ProvisioningState provisioningState) |
Set the provisioningState property: The provisioning state of a run.
|
RunProperties |
RunProperties.withRunId(String runId) |
Set the runId property: The unique identifier for the run.
|
RunProperties |
RunProperties.withRunType(RunType runType) |
Set the runType property: The type of run.
|
RunProperties |
RunProperties.withSourceRegistryAuth(String sourceRegistryAuth) |
Set the sourceRegistryAuth property: The scope of the credentials that were used to login to the source registry
during this run.
|
RunProperties |
RunProperties.withSourceTrigger(SourceTriggerDescriptor sourceTrigger) |
Set the sourceTrigger property: The source trigger that caused the run.
|
RunProperties |
RunProperties.withStartTime(OffsetDateTime startTime) |
Set the startTime property: The time the run started.
|
RunProperties |
RunProperties.withStatus(RunStatus status) |
Set the status property: The current status of the run.
|
RunProperties |
RunProperties.withTask(String task) |
Set the task property: The task against which run was scheduled.
|
RunProperties |
RunProperties.withTimerTrigger(TimerTriggerDescriptor timerTrigger) |
Set the timerTrigger property: The timer trigger that caused the run.
|
RunProperties |
RunProperties.withUpdateTriggerToken(String updateTriggerToken) |
Set the updateTriggerToken property: The update trigger token passed for the Run.
|