com.atlassian.bamboo.plugins.hg.bitbucket.impl
Class BitbucketRepositoryHelperServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.plugins.hg.bitbucket.impl.BitbucketRepositoryHelperServiceImpl
All Implemented Interfaces:
BitbucketRepositoryHelperService

public class BitbucketRepositoryHelperServiceImpl
extends java.lang.Object
implements BitbucketRepositoryHelperService


Constructor Summary
BitbucketRepositoryHelperServiceImpl()
           
 
Method Summary
 void populateFromConfig(Repository repository, org.apache.commons.configuration.HierarchicalConfiguration config)
          Populate Git/Mercurial repository from Bitbucket repository configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitbucketRepositoryHelperServiceImpl

public BitbucketRepositoryHelperServiceImpl()
Method Detail

populateFromConfig

public void populateFromConfig(@NotNull
                               Repository repository,
                               @NotNull
                               org.apache.commons.configuration.HierarchicalConfiguration config)
Description copied from interface: BitbucketRepositoryHelperService
Populate Git/Mercurial repository from Bitbucket repository configuration

Specified by:
populateFromConfig in interface BitbucketRepositoryHelperService
Parameters:
repository - repository to be populated
config - Bitbucket repository configuration


Copyright © 2012 Atlassian. All Rights Reserved.