org.wso2.carbon.deployment.synchronizer.git.stratos2
Class S2GitRepositoryManager

java.lang.Object
  extended by org.wso2.carbon.deployment.synchronizer.RepositoryManager
      extended by org.wso2.carbon.deployment.synchronizer.git.stratos2.S2GitRepositoryManager

public class S2GitRepositoryManager
extends org.wso2.carbon.deployment.synchronizer.RepositoryManager


Field Summary
 
Fields inherited from class org.wso2.carbon.deployment.synchronizer.RepositoryManager
repositoryCreator
 
Constructor Summary
S2GitRepositoryManager()
           
S2GitRepositoryManager(org.wso2.carbon.deployment.synchronizer.RepositoryCreator repositoryCreator)
           
 
Method Summary
 void addRepository(int tenantId, String url)
           
 org.wso2.carbon.deployment.synchronizer.RepositoryInformation getCredentialsInformation(int tenantId)
           
 org.wso2.carbon.deployment.synchronizer.RepositoryInformation getUrlInformation(int tenantId)
           
 void provisionRepository(int tenantId)
           
 
Methods inherited from class org.wso2.carbon.deployment.synchronizer.RepositoryManager
setRepositoryCreator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S2GitRepositoryManager

public S2GitRepositoryManager()

S2GitRepositoryManager

public S2GitRepositoryManager(org.wso2.carbon.deployment.synchronizer.RepositoryCreator repositoryCreator)
Method Detail

getUrlInformation

public org.wso2.carbon.deployment.synchronizer.RepositoryInformation getUrlInformation(int tenantId)
                                                                                throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
Specified by:
getUrlInformation in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
Throws:
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException

getCredentialsInformation

public org.wso2.carbon.deployment.synchronizer.RepositoryInformation getCredentialsInformation(int tenantId)
                                                                                        throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
Specified by:
getCredentialsInformation in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
Throws:
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException

provisionRepository

public void provisionRepository(int tenantId)
                         throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
Specified by:
provisionRepository in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
Throws:
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException

addRepository

public void addRepository(int tenantId,
                          String url)
                   throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
Specified by:
addRepository in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
Throws:
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException


Copyright © 2015 WSO2. All rights reserved.