Uses of Class
com.pentaho.pdi.ws.RepositorySyncStatus
-
Packages that use RepositorySyncStatus Package Description com.pentaho.pdi.ws -
-
Uses of RepositorySyncStatus in com.pentaho.pdi.ws
Methods in com.pentaho.pdi.ws that return RepositorySyncStatus Modifier and Type Method Description RepositorySyncStatus
IRepositorySyncWebService. sync(String repositoryId, String repositoryUrl)
RepositorySyncStatus
RepositorySyncWebService. sync(String repositoryId, String repositoryUrl)
static RepositorySyncStatus
RepositorySyncStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RepositorySyncStatus[]
RepositorySyncStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-