| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.bean.ssh |
Beans related to ssh.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTaskBuilder |
ParallelTaskBuilder.setSshLoginType(SshLoginType sshLoginType)
Sets the ssh login type.
|
| Modifier and Type | Method and Description |
|---|---|
SshLoginType |
SshMeta.getSshLoginType()
Gets the ssh login type.
|
static SshLoginType |
SshLoginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SshLoginType[] |
SshLoginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SshMeta.setSshLoginType(SshLoginType sshLoginType)
Sets the ssh login type.
|
| Constructor and Description |
|---|
SshMeta(String commandLine,
String userName,
int sshPort,
SshLoginType sshLoginType,
String privKeyRelativePath,
String password,
boolean privKeyUsePassphrase,
String passphrase,
int sshConnectionTimeoutMillis,
boolean runAsSuperUser)
Instantiates a new ssh meta.
|
Copyright © 2015–2017 eBay. All rights reserved.