Package com.pentaho.pdi.ws
Class RepositorySyncWebService
- java.lang.Object
-
- com.pentaho.pdi.ws.RepositorySyncWebService
-
- All Implemented Interfaces:
IRepositorySyncWebService
,Serializable
public class RepositorySyncWebService extends Object implements IRepositorySyncWebService, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositorySyncWebService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositorySyncStatus
sync(String repositoryId, String repositoryUrl)
-
-
-
Method Detail
-
sync
public RepositorySyncStatus sync(String repositoryId, String repositoryUrl) throws RepositorySyncException
- Specified by:
sync
in interfaceIRepositorySyncWebService
- Throws:
RepositorySyncException
-
-