| Package | Description |
|---|---|
| com.offbytwo.jenkins.model.credentials |
| Modifier and Type | Method and Description |
|---|---|
SSHKeyCredential.PRIVATE_KEY_TYPES |
SSHKeyCredential.getPrivateKeyType() |
static SSHKeyCredential.PRIVATE_KEY_TYPES |
SSHKeyCredential.PRIVATE_KEY_TYPES.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSHKeyCredential.PRIVATE_KEY_TYPES[] |
SSHKeyCredential.PRIVATE_KEY_TYPES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSHKeyCredential.setPrivateKeyType(SSHKeyCredential.PRIVATE_KEY_TYPES privateKeyType)
The source of the private key.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.