Class TaskStepProperties
java.lang.Object
com.microsoft.azure.management.containerregistry.TaskStepProperties
- Direct Known Subclasses:
DockerTaskStep
,EncodedTaskStep
,FileTaskStep
Base properties for any task step.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet list of base image dependencies for a step.Get the URL(absolute or relative) of the source context for the task step.withContextPath
(String contextPath) Set the URL(absolute or relative) of the source context for the task step.
-
Constructor Details
-
TaskStepProperties
public TaskStepProperties()
-
-
Method Details
-
baseImageDependencies
Get list of base image dependencies for a step.- Returns:
- the baseImageDependencies value
-
contextPath
Get the URL(absolute or relative) of the source context for the task step.- Returns:
- the contextPath value
-
withContextPath
Set the URL(absolute or relative) of the source context for the task step.- Parameters:
contextPath
- the contextPath value to set- Returns:
- the TaskStepProperties object itself.
-