| Modifier and Type | Method and Description |
|---|---|
RunCommandParameterDefinition |
RunCommandParameterDefinition.withDefaultValue(String defaultValue)
Set the run command parameter default value.
|
RunCommandParameterDefinition |
RunCommandParameterDefinition.withName(String name)
Set the run command parameter name.
|
RunCommandParameterDefinition |
RunCommandParameterDefinition.withRequired(Boolean required)
Set the run command parameter required.
|
RunCommandParameterDefinition |
RunCommandParameterDefinition.withType(String type)
Set the run command parameter type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/