| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api.model |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
AgentOptions.getDoFileManagement() |
TaskState |
AgentOptions.getDoPackageManagement() |
TaskState |
AgentOptions.getDoSshKeys() |
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentOptions.setDoFileManagement(TaskState doFileManagement) |
void |
AgentOptions.setDoPackageManagement(TaskState doPackageManagement) |
void |
AgentOptions.setDoSshKeys(TaskState doSshKeys) |
| Constructor and Description |
|---|
AgentOptions(int aliveTimer,
TimeUnit aliveTimerUnit,
TaskState doSshKeys,
int sshKeysTimer,
TimeUnit sshKeysTimerUnit,
TaskState doPackageManagement,
int packageManagementTimer,
TimeUnit packageManagementTimerUnit,
TaskState doFileManagement,
int fileManagementTimer,
TimeUnit fileManagementTimerUnit,
String templateName)
Class constructor.
|
Copyright © 2014-2017 Cinovo AG. All Rights Reserved.