| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api.enums | |
| de.cinovo.cloudconductor.api.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskState |
TaskState.valueOf(java.lang.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 |
|---|---|
TaskState |
AgentOption.getDoFileManagement() |
TaskState |
AgentOption.getDoPackageManagement() |
TaskState |
AgentOption.getDoSshKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentOption.setDoFileManagement(TaskState doFileManagement) |
void |
AgentOption.setDoPackageManagement(TaskState doPackageManagement) |
void |
AgentOption.setDoSshKeys(TaskState doSshKeys) |
| Constructor and Description |
|---|
AgentOption(int aliveTimer,
java.util.concurrent.TimeUnit aliveTimerUnit,
TaskState doSshKeys,
int sshKeysTimer,
java.util.concurrent.TimeUnit sshKeysTimerUnit,
TaskState doPackageManagement,
int packageManagementTimer,
java.util.concurrent.TimeUnit packageManagementTimerUnit,
TaskState doFileManagement,
int fileManagementTimer,
java.util.concurrent.TimeUnit fileManagementTimerUnit,
java.lang.String templateName) |
Copyright © 2017-2020 Cinovo AG. All Rights Reserved.