RegistryFileTaskStep.UpdateStages.FileTaskPath Interface
public static interface RegistryFileTaskStep.UpdateStages.FileTaskPath
The stage of the container registry FileTaskStep update allowing to specify the task path.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withTaskPath(String path)
The function that specifies the path to the task file. |
Method Details
withTaskPath
public abstract RegistryFileTaskStep.Update withTaskPath(String path)
The function that specifies the path to the task file.
Parameters:
Returns: