| 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.accountAuthentication(UserPasswordAuthentication userPasswordAuthentication)
Specifies username/password Bitbucket Cloud account authentication.
|
| Modifier and Type | Method and Description |
|---|---|
UserPasswordAuthentication |
UserPasswordAuthentication.password(String password)
Sets password to a git server.
|
UserPasswordAuthentication |
UserPasswordAuthentication.username(String username)
Sets git user name.
|
| Modifier and Type | Method and Description |
|---|---|
GitRepository |
GitRepository.authentication(UserPasswordAuthentication userPasswordAuthentication)
Specifies username/password authentication.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.