Uses of Class
com.atlassian.bamboo.specs.builders.repository.git.SshPrivateKeyAuthentication
Package
Description
Bitbucket Cloud repository type.
Git repository type.
-
Uses of SshPrivateKeyAuthentication in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Modifier and TypeMethodDescriptionBitbucketCloudRepository.checkoutAuthentication
(@NotNull SshPrivateKeyAuthentication sshPrivateKeyAuthentication) Specifies SSH private key which will be used to checkout repository from Bitbucket Cloud. -
Uses of SshPrivateKeyAuthentication in com.atlassian.bamboo.specs.builders.repository.git
Modifier and TypeMethodDescriptionSshPrivateKeyAuthentication.passphrase
(@Nullable String passphrase) Sets passphrase for the private key.SshPrivateKeyAuthentication.sshPrivateKey
(String sshPrivateKey) Sets private key.Modifier and TypeMethodDescriptionGitRepository.authentication
(@NotNull SshPrivateKeyAuthentication sshPrivateKeyAuthentication) Specifies SSH private key authentication.