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