Uses of Class
com.atlassian.bamboo.specs.builders.credentials.SshCredentials
-
Packages that use SshCredentials Package Description com.atlassian.bamboo.specs.builders.credentials Shared credentials for user-password and SSH authentication. -
-
Uses of SshCredentials in com.atlassian.bamboo.specs.builders.credentials
Methods in com.atlassian.bamboo.specs.builders.credentials that return SshCredentials Modifier and Type Method Description SshCredentialsSshCredentials. passphrase(java.lang.String passhphrase)Set passphrase to use to access SSH private key.SshCredentialsSshCredentials. privateKey(java.lang.String key)Set SSH private key.
-