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