FileTaskRunRequest |
FileTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration) |
Set the agentConfiguration property: The machine configuration of the run agent.
|
FileTaskRunRequest |
FileTaskRunRequest.withAgentPoolName(String agentPoolName) |
Set the agentPoolName property: The dedicated agent pool for the run.
|
FileTaskRunRequest |
FileTaskRunRequest.withCredentials(Credentials credentials) |
Set the credentials property: The properties that describes a set of credentials that will be used when this run
is invoked.
|
FileTaskRunRequest |
FileTaskRunRequest.withIsArchiveEnabled(Boolean isArchiveEnabled) |
Set the isArchiveEnabled property: The value that indicates whether archiving is enabled for the run or not.
|
FileTaskRunRequest |
FileTaskRunRequest.withLogTemplate(String logTemplate) |
Set the logTemplate property: The template that describes the repository and tag information for run log
artifact.
|
FileTaskRunRequest |
FileTaskRunRequest.withPlatform(PlatformProperties platform) |
Set the platform property: The platform properties against which the run has to happen.
|
FileTaskRunRequest |
FileTaskRunRequest.withSourceLocation(String sourceLocation) |
Set the sourceLocation property: The URL(absolute or relative) of the source context.
|
FileTaskRunRequest |
FileTaskRunRequest.withTaskFilePath(String taskFilePath) |
Set the taskFilePath property: The template/definition file path relative to the source.
|
FileTaskRunRequest |
FileTaskRunRequest.withTimeout(Integer timeout) |
Set the timeout property: Run timeout in seconds.
|
FileTaskRunRequest |
FileTaskRunRequest.withValues(List<SetValue> values) |
Set the values property: The collection of overridable values that can be passed when running a task.
|
FileTaskRunRequest |
FileTaskRunRequest.withValuesFilePath(String valuesFilePath) |
Set the valuesFilePath property: The values/parameters file path relative to the source.
|