| Modifier and Type | Method | Description |
|---|---|---|
Task.Update |
Task.UpdateStages.WithAgentConfiguration.withAgentConfiguration(AgentProperties agentConfiguration) |
Specifies agentConfiguration.
|
Task.Update |
Task.UpdateStages.WithPlatform.withPlatform(PlatformUpdateParameters platform) |
Specifies platform.
|
Task.Update |
Task.UpdateStages.WithStatus.withStatus(TaskStatus status) |
Specifies status.
|
Task.Update |
Task.UpdateStages.WithStep.withStep(TaskStepUpdateParameters step) |
Specifies step.
|
Task.Update |
Task.UpdateStages.WithTags.withTags(Map<String,String> tags) |
Specifies tags.
|
Task.Update |
Task.UpdateStages.WithTimeout.withTimeout(Integer timeout) |
Specifies timeout.
|
Task.Update |
Task.UpdateStages.WithTrigger.withTrigger(TriggerUpdateParameters trigger) |
Specifies trigger.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/