| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.hg |
| Modifier and Type | Field and Description |
|---|---|
HgRepositoryAccessData |
HgRepository.accessData |
| Modifier and Type | Method and Description |
|---|---|
HgRepositoryAccessData |
HgRepository.getAccessData()
Returns raw access data: - repositoryUrl/branch/username are not substituted - password/sshKey/sshPassphrase are
not decrypted
|
HgRepositoryAccessData |
HgRepository.getSubstitutedAccessData()
Returns processed access data: - repositoryUrl/branch/username are substituted - password/sshKey/sshPassphrase
are decrypted - username/password are extracted from repositoryUrl if not set explicitly
|
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.bamboo.plugins.hg.HgRepositoryAccessData.Builder |
HgRepositoryAccessData.builder(HgRepositoryAccessData accessData) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.