Interface NodeSetupTask.DefinitionStages.WithCommandLine<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
NodeSetupTask.Definition<ParentT>
,NodeSetupTask.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- NodeSetupTask.DefinitionStages
public static interface NodeSetupTask.DefinitionStages.WithCommandLine<ParentT>
The stage of the setup task definition allowing to specify the command line instructions.
-
Method Summary
-
Method Details
-
withCommandLine
- Parameters:
commandLine
- command Line to start Setup process- Returns:
- the next stage of the definition
-