Class FileTaskStep
java.lang.Object
com.microsoft.azure.management.containerregistry.TaskStepProperties
com.microsoft.azure.management.containerregistry.FileTaskStep
The properties of a FileTask step.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the task template/definition file path relative to the source context.values()
Get the collection of overridable values that can be passed when running a task.Get the task values/parameters file path relative to the source context.withTaskFilePath
(String taskFilePath) Set the task template/definition file path relative to the source context.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.withValuesFilePath
(String valuesFilePath) Set the task values/parameters file path relative to the source context.Methods inherited from class com.microsoft.azure.management.containerregistry.TaskStepProperties
baseImageDependencies, contextPath, withContextPath
-
Constructor Details
-
FileTaskStep
public FileTaskStep()
-
-
Method Details
-
taskFilePath
Get the task template/definition file path relative to the source context.- Returns:
- the taskFilePath value
-
withTaskFilePath
Set the task template/definition file path relative to the source context.- Parameters:
taskFilePath
- the taskFilePath value to set- Returns:
- the FileTaskStep object itself.
-
valuesFilePath
Get the task values/parameters file path relative to the source context.- Returns:
- the valuesFilePath value
-
withValuesFilePath
Set the task values/parameters file path relative to the source context.- Parameters:
valuesFilePath
- the valuesFilePath value to set- Returns:
- the FileTaskStep object itself.
-
values
Get the collection of overridable values that can be passed when running a task.- Returns:
- the values value
-
withValues
Set the collection of overridable values that can be passed when running a task.- Parameters:
values
- the values value to set- Returns:
- the FileTaskStep object itself.
-