| Modifier and Type | Method and Description |
|---|---|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withEncodedTaskContent(String encodedTaskContent)
Set base64 encoded value of the template/definition file content.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withEncodedValuesContent(String encodedValuesContent)
Set base64 encoded value of the parameters/values file content.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withPlatform(PlatformProperties platform)
Set the platform properties against which the run has to happen.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withSourceLocation(String sourceLocation)
Set the URL(absolute or relative) of the source context.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withTimeout(Integer timeout)
Set run timeout in seconds.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/