Package | Description |
---|---|
com.atlassian.bamboo.plugins.hg | |
com.atlassian.bamboo.plugins.hg.v2 |
Modifier and Type | Field and Description |
---|---|
HgRepositoryAccessData |
HgRepository.accessData |
Modifier and Type | Method and Description |
---|---|
HgRepositoryAccessData |
HgRepositoryAccessData.Builder.build() |
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
|
HgRepositoryAccessData |
HgRepositoryAccessImpl.getSubstitutedAccessData() |
Modifier and Type | Method and Description |
---|---|
static HgRepositoryAccessData.Builder |
HgRepositoryAccessData.builder(HgRepositoryAccessData accessData) |
HgRepositoryAccessData.Builder |
HgRepositoryAccessData.Builder.clone(HgRepositoryAccessData accessData) |
Constructor and Description |
---|
HgRepositoryAccessImpl(HgRepositoryAccessData substitutedAccessData,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
SshProxyService sshProxyService,
ScopedExclusionService exclusionService,
TrustedKeyHelper trustedKeyHelper,
CapabilityContext capabilityContext,
File workingDirectory) |
Modifier and Type | Method and Description |
---|---|
protected HgRepositoryAccessData |
AbstractMercurialExecutor.getAccessData(VcsRepositoryData vcsRepositoryData) |
protected HgRepositoryAccessData |
AbstractMercurialExecutor.getSubstitutedAccessData(VcsRepositoryData vcsRepositoryData)
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 |
---|---|
protected HgRepositoryAccessImpl |
AbstractMercurialExecutor.getHgRepoAccess(HgRepositoryAccessData substitutedAccessData,
BuildLogger logger) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.