| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud |
Bitbucket Cloud repository type.
|
| com.atlassian.bamboo.specs.builders.repository.git |
Git repository type.
|
| Modifier and Type | Method and Description |
|---|---|
BitbucketCloudRepository |
BitbucketCloudRepository.checkoutAuthentication(SshPrivateKeyAuthentication sshPrivateKeyAuthentication)
Specifies SSH private key which will be used to checkout repository from Bitbucket Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
SshPrivateKeyAuthentication |
SshPrivateKeyAuthentication.passphrase(String passphrase)
Sets passphrase for the private key.
|
SshPrivateKeyAuthentication |
SshPrivateKeyAuthentication.sshPrivateKey(String sshPrivateKey)
Sets private key.
|
| Modifier and Type | Method and Description |
|---|---|
GitRepository |
GitRepository.authentication(SshPrivateKeyAuthentication sshPrivateKeyAuthentication)
Specifies SSH private key authentication.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.