| Modifier and Type | Class | Description |
|---|---|---|
class |
DockerBuildStep |
The Docker build step.
|
class |
EncodedTaskStep |
The properties of a encoded task step.
|
class |
FileTaskStep |
The properties of a task step.
|
| Modifier and Type | Method | Description |
|---|---|---|
TaskStepProperties |
Task.step() |
|
TaskStepProperties |
TaskStepProperties.withContextPath(String contextPath) |
Set the URL(absolute or relative) of the source context for the task step.
|
| Modifier and Type | Method | Description |
|---|---|---|
Task.DefinitionStages.WithCreate |
Task.DefinitionStages.WithStep.withStep(TaskStepProperties step) |
Specifies step.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/