TaskProperties |
TaskProperties.withAgentConfiguration(AgentProperties agentConfiguration) |
Set the agentConfiguration property: The machine configuration of the run agent.
|
TaskProperties |
TaskProperties.withAgentPoolName(String agentPoolName) |
Set the agentPoolName property: The dedicated agent pool for the task.
|
TaskProperties |
TaskProperties.withCredentials(Credentials credentials) |
Set the credentials property: The properties that describes a set of credentials that will be used when this run
is invoked.
|
TaskProperties |
TaskProperties.withIsSystemTask(Boolean isSystemTask) |
Set the isSystemTask property: The value of this property indicates whether the task resource is system task or
not.
|
TaskProperties |
TaskProperties.withLogTemplate(String logTemplate) |
Set the logTemplate property: The template that describes the repository and tag information for run log
artifact.
|
TaskProperties |
TaskProperties.withPlatform(PlatformProperties platform) |
Set the platform property: The platform properties against which the run has to happen.
|
TaskProperties |
TaskProperties.withStatus(TaskStatus status) |
Set the status property: The current status of task.
|
TaskProperties |
TaskProperties.withStep(TaskStepProperties step) |
Set the step property: The properties of a task step.
|
TaskProperties |
TaskProperties.withTimeout(Integer timeout) |
Set the timeout property: Run timeout in seconds.
|
TaskProperties |
TaskProperties.withTrigger(TriggerProperties trigger) |
Set the trigger property: The properties that describe all triggers for the task.
|