Uses of Class
com.atlassian.bamboo.plugins.hg.HgRepositoryAccessData

Packages that use HgRepositoryAccessData
com.atlassian.bamboo.plugins.hg   
 

Uses of HgRepositoryAccessData in com.atlassian.bamboo.plugins.hg
 

Fields in com.atlassian.bamboo.plugins.hg declared as HgRepositoryAccessData
 HgRepositoryAccessData HgRepository.accessData
           
 

Methods in com.atlassian.bamboo.plugins.hg that return HgRepositoryAccessData
 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
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type HgRepositoryAccessData
static com.atlassian.bamboo.plugins.hg.HgRepositoryAccessData.Builder HgRepositoryAccessData.builder(HgRepositoryAccessData accessData)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.