Interface NodeSetupTask.DefinitionStages.WithEnvironmentVariable<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.WithAttach<ParentT>
- Enclosing interface:
- NodeSetupTask.DefinitionStages
public static interface NodeSetupTask.DefinitionStages.WithEnvironmentVariable<ParentT>
The stage of the setup task definition allowing to specify environment variables.
-
Method Summary
-
Method Details
-
withEnvironmentVariable
NodeSetupTask.DefinitionStages.WithAttach<ParentT> withEnvironmentVariable(String name, String value) - Parameters:
name
- name of the variable to setvalue
- value of the variable to set- Returns:
- the next stage of the definition
-