Interface RegistryFileTaskStep.UpdateStages.ValuePath
- All Known Subinterfaces:
RegistryFileTaskStep.Update
- Enclosing interface:
- RegistryFileTaskStep.UpdateStages
public static interface RegistryFileTaskStep.UpdateStages.ValuePath
The stage of the container registry FileTaskStep update allowing to specify the path to the values.
-
Method Summary
Modifier and TypeMethodDescriptionwithValuesPath
(String path) The function that specifies the path to the values.
-
Method Details
-
withValuesPath
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.
-