public class SVNBasedArtifactRepository extends Object implements org.wso2.carbon.deployment.synchronizer.ArtifactRepository
| Constructor and Description |
|---|
SVNBasedArtifactRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkout(int tenantId,
String filePath) |
boolean |
checkout(int tenantId,
String filePath,
int depth)
Deprecated.
|
void |
cleanupAutoCheckout() |
void |
cleanupTenantContext(int tenantId) |
boolean |
commit(int tenantId,
String filePath) |
boolean |
equals(Object o) |
List<org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter> |
getParameters() |
String |
getRepositoryType() |
int |
hashCode() |
void |
init(int tenantId) |
void |
initAutoCheckout(boolean useEventing) |
List<String> |
processUnversionedWebappActions(org.tigris.subversion.svnclientadapter.ISVNStatus[] status) |
boolean |
update(int tenantId,
String rootPath,
String filePathToUpdate,
int depth)
Deprecated.
|
public void init(int tenantId)
throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
init in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepositoryorg.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerExceptionpublic boolean commit(int tenantId,
String filePath)
throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
commit in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepositoryorg.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerExceptionpublic boolean checkout(int tenantId,
String filePath)
throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
checkout in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepositoryorg.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerExceptionpublic void initAutoCheckout(boolean useEventing)
throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
initAutoCheckout in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepositoryorg.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerExceptionpublic void cleanupAutoCheckout()
cleanupAutoCheckout in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepositorypublic String getRepositoryType()
getRepositoryType in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepositorypublic List<org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter> getParameters()
getParameters in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository@Deprecated public boolean checkout(int tenantId, String filePath, int depth) throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
ArtifactRepository.checkout(int, String, int)
for more info.checkout in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepositoryorg.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException@Deprecated public boolean update(int tenantId, String rootPath, String filePathToUpdate, int depth) throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
update in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepositoryorg.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerExceptionpublic void cleanupTenantContext(int tenantId)
cleanupTenantContext in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepositoryCopyright © 2018 WSO2. All rights reserved.