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