@Generated(value="org.jsonschema2pojo") public class Task extends Object
Task to run on VM.
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCommands()
Commands schema.
|
String |
getName()
Name schema.
|
int |
getTimeOutMinutes()
TimeOutMinutes schema.
|
void |
setCommands(List<String> commands)
Commands schema.
|
void |
setName(String name)
Name schema.
|
void |
setTimeOutMinutes(int timeOutMinutes)
TimeOutMinutes schema.
|
public String getName()
Name of the task. If not specified, will use Task #index, for example, Task #1.
public void setName(String name)
Name of the task. If not specified, will use Task #index, for example, Task #1.
name
- The namepublic List<String> getCommands()
The commandlines to run on VM. (Required)
public void setCommands(List<String> commands)
The commandlines to run on VM. (Required)
commands
- The commandspublic int getTimeOutMinutes()
Timeout in minutes of task. If not specified, will use defaultTaskTimeoutInMinutes.
public void setTimeOutMinutes(int timeOutMinutes)
Timeout in minutes of task. If not specified, will use defaultTaskTimeoutInMinutes.
timeOutMinutes
- The timeOutMinutesCopyright © 2016. All rights reserved.