public class TaskStepProperties extends Object
| Constructor and Description |
|---|
TaskStepProperties() |
| Modifier and Type | Method and 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 setCopyright © 2019. All rights reserved.