public class JobPreparation extends Object
| Constructor and Description |
|---|
JobPreparation() |
| Modifier and Type | Method and Description |
|---|---|
String |
commandLine()
Get the command line to execute.
|
JobPreparation |
withCommandLine(String commandLine)
Set the command line to execute.
|
public String commandLine()
public JobPreparation 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.
*/