public class CustomToolkitSettings extends Object
| Constructor and Description |
|---|
CustomToolkitSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
commandLine()
Get the command line to execute on the master node.
|
CustomToolkitSettings |
withCommandLine(String commandLine)
Set the command line to execute on the master node.
|
public String commandLine()
public CustomToolkitSettings withCommandLine(String commandLine)
commandLine - the commandLine value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/