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