| Modifier and Type | Class | Description |
|---|---|---|
class |
DockerBuildStepUpdateParameters |
The properties for updating a docker build step.
|
class |
EncodedTaskStepUpdateParameters |
The properties for updating encoded task step.
|
class |
FileTaskStepUpdateParameters |
The properties of updating a task step.
|
| Modifier and Type | Method | Description |
|---|---|---|
TaskStepUpdateParameters |
TaskUpdateParameters.step() |
Get the properties for updating a task step.
|
TaskStepUpdateParameters |
TaskStepUpdateParameters.withContextPath(String contextPath) |
Set the URL(absolute or relative) of the source context for the task step.
|
| Modifier and Type | Method | Description |
|---|---|---|
Task.Update |
Task.UpdateStages.WithStep.withStep(TaskStepUpdateParameters step) |
Specifies step.
|
TaskUpdateParameters |
TaskUpdateParameters.withStep(TaskStepUpdateParameters step) |
Set the properties for updating a task step.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/