com.atlassian.bamboo.plugins.hg.bitbucket.api
Interface BitbucketRepositoryHelperService

All Known Implementing Classes:
BitbucketRepositoryHelperServiceImpl

public interface BitbucketRepositoryHelperService

Used internally by BitbucketRepository to delegate non-standard Git/Mercurial repository handling.


Method Summary
 void populateFromConfig(Repository repository, org.apache.commons.configuration.HierarchicalConfiguration config)
          Populate Git/Mercurial repository from Bitbucket repository configuration
 

Method Detail

populateFromConfig

void populateFromConfig(@NotNull
                        Repository repository,
                        @NotNull
                        org.apache.commons.configuration.HierarchicalConfiguration config)
Populate Git/Mercurial repository from Bitbucket repository configuration

Parameters:
repository - repository to be populated
config - Bitbucket repository configuration


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