org.wso2.carbon.deployment.synchronizer.git
Class GitRepositoryInformation

java.lang.Object
  extended by org.wso2.carbon.deployment.synchronizer.RepositoryInformation
      extended by org.wso2.carbon.deployment.synchronizer.git.GitRepositoryInformation

public class GitRepositoryInformation
extends org.wso2.carbon.deployment.synchronizer.RepositoryInformation


Field Summary
 
Fields inherited from class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
log
 
Constructor Summary
GitRepositoryInformation(String gitRepoUrl)
           
GitRepositoryInformation(String gitRepoUserName, String gitRepoPassword)
           
 
Method Summary
 
Methods inherited from class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
getPassword, getUrl, getUserName, setPassword, setUrl, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitRepositoryInformation

public GitRepositoryInformation(String gitRepoUrl)

GitRepositoryInformation

public GitRepositoryInformation(String gitRepoUserName,
                                String gitRepoPassword)


Copyright © 2015 WSO2. All rights reserved.