public class AgentConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowAnyHostKeys |
Long |
currentTime |
String |
defaultPublicKey |
String |
defaultUsername |
String |
name |
| Constructor and Description |
|---|
AgentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<SshTargetDTO> |
getTargets() |
List<WorkUnit> |
getWorkUnits() |
int |
hashCode() |
void |
setTargets(List<SshTargetDTO> targets) |
void |
setWorkUnits(List<WorkUnit> workUnits) |
void |
validate(boolean local) |
public String name
public String defaultUsername
public String defaultPublicKey
public boolean allowAnyHostKeys
public Long currentTime
public List<SshTargetDTO> getTargets()
public void setTargets(List<SshTargetDTO> targets)
public void validate(boolean local)
Copyright © 2015. All rights reserved.