public class CredentialSshKeyValuePojo extends CredentialValuePojo
Constructor and Description |
---|
CredentialSshKeyValuePojo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSshKey() |
java.lang.String |
getSshKeyPassphrase() |
void |
setSshKey(java.lang.String pSshKey) |
void |
setSshKeyPassphrase(java.lang.String pSshKeyPassphrase) |
clone