|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer |
|---|
| Methods in org.wso2.carbon.deployment.synchronizer that throw DeploymentSynchronizerException | |
|---|---|
abstract void |
RepositoryManager.addRepository(int tenantId,
String url)
Adds the already existing repository specified by tenant |
boolean |
ArtifactRepository.checkout(int tenantId,
String filePath)
Checkout all or updated artifacts from the remote repository to the local file system |
boolean |
ArtifactRepository.checkout(int tenantId,
String filePath,
int depth)
Checkout artifacts from the remote repository with given depth to the local file system |
boolean |
ArtifactRepository.commit(int tenantId,
String filePath)
Commit the artifacts in the local repository to the remote repository |
RepositoryInformation |
RepositoryCreator.createRepository(int tenantId,
String baseUrl,
String userName,
String password)
Creates a repository for the tenant |
abstract RepositoryInformation |
RepositoryManager.getCredentialsInformation(int tenantId)
Returns a RepositoryInformation instance populated with repository credentials for a tenant |
abstract RepositoryInformation |
RepositoryManager.getUrlInformation(int tenantId)
Returns a RepositoryInformation instance populated with repository url for a tenant |
void |
ArtifactRepository.init(int tenantId)
Initializes the remote artifact repository and prepare to synchronize the local repository against it. |
void |
ArtifactRepository.initAutoCheckout(boolean useEventing)
Setup the remote repository for auto checkouts |
abstract void |
RepositoryManager.provisionRepository(int tenantId)
Creates a repository for the tenant in the location specified, if it doesn't exist already |
boolean |
ArtifactRepository.update(int tenantId,
String rootPath,
String filePathToUpdate,
int depth)
Invoke the update operation on the specified file in the repository, with given depth |
| Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer.internal |
|---|
| Methods in org.wso2.carbon.deployment.synchronizer.internal that throw DeploymentSynchronizerException | |
|---|---|
boolean |
DeploymentSynchronizer.checkout()
Checkout the artifacts stored in the repository to the file system. |
boolean |
DeploymentSynchronizerServiceImpl.checkout(String filePath)
|
boolean |
DeploymentSynchronizerServiceImpl.checkout(String filePath,
int depth)
|
boolean |
DeploymentSynchronizer.checkout(String filePath,
int depth)
Checkout the artifacts stored in the repository to the file system. |
boolean |
DeploymentSynchronizer.commit()
Commit the artifacts in the file system repository to the remote repository |
boolean |
DeploymentSynchronizerServiceImpl.commit(String filePath)
|
boolean |
DeploymentSynchronizer.commit(String filePath)
Commit the artifacts from the given path in the file system repository to the remote repository |
boolean |
DeploymentSynchronizerServiceImpl.commit(String rootPath,
String filePath)
|
void |
DeploymentSynchronizer.doInitialSyncUp()
|
long |
DeploymentSynchronizerServiceImpl.getLastCheckoutTime(String filePath)
|
long |
DeploymentSynchronizerServiceImpl.getLastCommitTime(String filePath)
|
boolean |
DeploymentSynchronizerServiceImpl.isAutoCheckoutOn(String filePath)
|
boolean |
DeploymentSynchronizerServiceImpl.isAutoCommitOn(String filePath)
|
boolean |
DeploymentSynchronizer.syncGhostMetaArtifacts()
|
boolean |
DeploymentSynchronizerServiceImpl.update(String rootPath,
String filePath,
int depth)
|
boolean |
DeploymentSynchronizer.update(String rootPath,
String filePath,
int depth)
Checkout the artifacts stored in the repository to the file system. |
| Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer.repository |
|---|
| Methods in org.wso2.carbon.deployment.synchronizer.repository that throw DeploymentSynchronizerException | |
|---|---|
static DeploymentSynchronizerConfiguration |
CarbonRepositoryUtils.getActiveSynchronizerConfiguration(int tenantId)
Loads the deployment synchronizer configuration. |
static DeploymentSynchronizerConfiguration |
CarbonRepositoryUtils.getDefaultDeploymentSyncConfiguration()
|
static DeploymentSynchronizerConfiguration |
CarbonRepositoryUtils.getDeploymentSyncConfigurationFromConf()
Load the deployment synchronizer configuration from the global ServerConfiguration of Carbon. |
static boolean |
CarbonRepositoryUtils.isSynchronizerEnabled(int tenantId)
Checks whether deployment synchronizer is enabled for the Carbon repository of the specified tenant. |
static DeploymentSynchronizer |
CarbonRepositoryUtils.newCarbonRepositorySynchronizer(int tenantId)
Create and initialize a new DeploymentSynchronizer for the Carbon repository of the specified tenant. |
| Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer.services |
|---|
| Methods in org.wso2.carbon.deployment.synchronizer.services that throw DeploymentSynchronizerException | |
|---|---|
void |
DeploymentSynchronizerAdmin.checkout()
|
boolean |
DeploymentSynchronizerService.checkout(String filePath)
Invoke the checkout operation on the specified repository |
boolean |
DeploymentSynchronizerService.checkout(String filePath,
int depth)
Invoke the checkout operation on the specified repository, with given depth |
void |
DeploymentSynchronizerAdmin.commit()
|
boolean |
DeploymentSynchronizerService.commit(String filePath)
Invoke the commit operation on the specified repository |
boolean |
DeploymentSynchronizerService.commit(String rootPath,
String filePath)
Invoke the commit operation on the specified repository at rootPath, with the given filePath to commit. |
void |
DeploymentSynchronizerAdmin.disableSynchronizerForCarbonRepository()
|
void |
DeploymentSynchronizerAdmin.enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)
|
long |
DeploymentSynchronizerService.getLastCheckoutTime(String filePath)
Gets the time at which the checkout operation was last invoked on the given repository |
long |
DeploymentSynchronizerService.getLastCommitTime(String filePath)
Gets the time at which the commit operation was last invoked on the given repository |
DeploymentSynchronizerConfiguration |
DeploymentSynchronizerAdmin.getSynchronizerConfigurationForCarbonRepository()
|
boolean |
DeploymentSynchronizerService.isAutoCheckoutOn(String filePath)
Check whether auto checkout has been engaged on the specified repository |
boolean |
DeploymentSynchronizerService.isAutoCommitOn(String filePath)
Check whether auto commit has been engaged on the specified repository |
boolean |
DeploymentSynchronizerService.update(String rootPath,
String filePath,
int depth)
Invoke the update operation on the specified file in the repository, with given depth |
void |
DeploymentSynchronizerAdmin.updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||