com.atlassian.bamboo.plugins.hg.bitbucket.impl
Class BitbucketRepositoryHelperServiceImpl
java.lang.Object
com.atlassian.bamboo.plugins.hg.bitbucket.impl.BitbucketRepositoryHelperServiceImpl
- All Implemented Interfaces:
- BitbucketRepositoryHelperService
public class BitbucketRepositoryHelperServiceImpl
- extends Object
- implements BitbucketRepositoryHelperService
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 |
BitbucketRepositoryHelperServiceImpl
public BitbucketRepositoryHelperServiceImpl()
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 populatedconfig
- Bitbucket repository configuration
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.