Interface RegistryFileTaskStep.UpdateStages.ValuePath
-
- All Known Subinterfaces:
RegistryFileTaskStep.Update
- Enclosing interface:
- RegistryFileTaskStep.UpdateStages
public static interface RegistryFileTaskStep.UpdateStages.ValuePathThe stage of the container registry FileTaskStep update allowing to specify the path to the values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryFileTaskStep.UpdatewithValuesPath(String path)The function that specifies the path to the values.
-
-
-
Method Detail
-
withValuesPath
RegistryFileTaskStep.Update withValuesPath(String path)
The function that specifies the path to the values.- Parameters:
path- the path to the values.- Returns:
- the next stage of the container registry FileTaskStep update.
-
-