|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.deployment.synchronizer.git.internal.RepositoryInformationServiceClient
public class RepositoryInformationServiceClient
Client for ReposioryInformationService. Used to get the git repo URL for a given tenant Id and the cartridge type (short name)
| Constructor Summary | |
|---|---|
RepositoryInformationServiceClient(String epr)
Constructor |
|
| Method Summary | |
|---|---|
String |
getGitRepositoryUrl(int tenantId,
String cartridgeType)
Retrieves the Git Repository URL for the tenant and cartridge type |
org.wso2.carbon.adc.mgt.dao.xsd.RepositoryCredentials |
getJsonRepositoryInformation(int tenantId,
String cartridgeType)
Retrieves the repository url, username and password |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryInformationServiceClient(String epr)
throws org.apache.axis2.AxisFault
epr - end point reference for the RepositoryInformationServiceClient
org.apache.axis2.AxisFault| Method Detail |
|---|
public String getGitRepositoryUrl(int tenantId,
String cartridgeType)
throws RemoteException,
org.wso2.carbon.adc.repository.information.RepositoryInformationServiceException
tenantId - id of the tenantcartridgeType - cartridge type tenant is subscribed to
Exception
RemoteException
org.wso2.carbon.adc.repository.information.RepositoryInformationServiceException
public org.wso2.carbon.adc.mgt.dao.xsd.RepositoryCredentials getJsonRepositoryInformation(int tenantId,
String cartridgeType)
throws RemoteException,
org.wso2.carbon.adc.repository.information.RepositoryInformationServiceException
tenantId - id of the tenantcartridgeType - cartridge type tenant is subscribed to
Exception
RemoteException
org.wso2.carbon.adc.repository.information.RepositoryInformationServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||