Package com.atlassian.bamboo.credentials
Class SshCredentialsImpl
java.lang.Object
com.atlassian.bamboo.credentials.SshCredentialsImpl
- All Implemented Interfaces:
PrivateKeyCredentials
-
Constructor Summary
ConstructorDescriptionSshCredentialsImpl
(CredentialsData credentials) SshCredentialsImpl
(String sshKey, String sshPassphrase) -
Method Summary
-
Constructor Details
-
SshCredentialsImpl
-
SshCredentialsImpl
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfacePrivateKeyCredentials
- Returns:
- private key
-
getPassphrase
- Specified by:
getPassphrase
in interfacePrivateKeyCredentials
- Returns:
- key passphrase
-