Uses of Class
com.atlassian.bamboo.specs.builders.repository.git.SshPrivateKeyAuthentication
Packages that use SshPrivateKeyAuthentication
Package
Description
Bitbucket Cloud repository type.
Git repository type.
-
Uses of SshPrivateKeyAuthentication in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Methods in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud with parameters of type SshPrivateKeyAuthenticationModifier 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
Methods in com.atlassian.bamboo.specs.builders.repository.git that return SshPrivateKeyAuthenticationModifier and TypeMethodDescriptionSshPrivateKeyAuthentication.passphrase(@Nullable String passphrase) Sets passphrase for the private key.SshPrivateKeyAuthentication.sshPrivateKey(String sshPrivateKey) Sets private key.Methods in com.atlassian.bamboo.specs.builders.repository.git with parameters of type SshPrivateKeyAuthenticationModifier and TypeMethodDescriptionGitRepository.authentication(@NotNull SshPrivateKeyAuthentication sshPrivateKeyAuthentication) Specifies SSH private key authentication.