DockerBuildStepUpdateParameters, EncodedTaskStepUpdateParameters, FileTaskStepUpdateParameterspublic class TaskStepUpdateParameters extends Object
| Constructor | Description |
|---|---|
TaskStepUpdateParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
contextPath() |
Get the URL(absolute or relative) of the source context for the task step.
|
TaskStepUpdateParameters |
withContextPath(String contextPath) |
Set the URL(absolute or relative) of the source context for the task step.
|
public String contextPath()
public TaskStepUpdateParameters 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.
*/