DockerBuildStep, EncodedTaskStep, FileTaskSteppublic class TaskStepProperties extends Object
| Constructor | Description |
|---|---|
TaskStepProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
List<BaseImageDependency> |
baseImageDependencies() |
Get list of base image dependencies for a step.
|
String |
contextPath() |
Get the URL(absolute or relative) of the source context for the task step.
|
TaskStepProperties |
withContextPath(String contextPath) |
Set the URL(absolute or relative) of the source context for the task step.
|
public List<BaseImageDependency> baseImageDependencies()
public String contextPath()
public TaskStepProperties withContextPath(String contextPath)
contextPath - the contextPath value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/