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.ArtifactRepository
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
public boolean commit(int tenantId, String filePath) throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
commit
in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
public boolean checkout(int tenantId, String filePath) throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
checkout
in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
public void initAutoCheckout(boolean useEventing) throws org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
initAutoCheckout
in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
public void cleanupAutoCheckout()
cleanupAutoCheckout
in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
public String getRepositoryType()
getRepositoryType
in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
public 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.ArtifactRepository
org.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.ArtifactRepository
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
public void cleanupTenantContext(int tenantId)
cleanupTenantContext
in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
Copyright © 2018 WSO2. All rights reserved.