Uses of Class
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
Packages that use DeploymentSynchronizerException
Package
Description
-
Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer
Methods in org.wso2.carbon.deployment.synchronizer that throw DeploymentSynchronizerExceptionModifier and TypeMethodDescriptionabstract voidRepositoryManager.addRepository(int tenantId, String url) Adds the already existing repository specified by tenantbooleanCheckout all or updated artifacts from the remote repository to the local file systembooleanDeprecated.booleanDeploymentSynchronizer.checkout()Checkout the artifacts stored in the repository to the file system.booleanDeprecated.booleanCommit the artifacts in the local repository to the remote repositorybooleanDeploymentSynchronizer.commit()Commit the artifacts in the file system repository to the remote repositorybooleanCommit the artifacts from the given path in the file system repository to the remote repositoryRepositoryCreator.createRepository(int tenantId, String baseUrl, String userName, String password) Creates a repository for the tenantvoidDeploymentSynchronizer.doInitialSyncUp()abstract RepositoryInformationRepositoryManager.getCredentialsInformation(int tenantId) Returns a RepositoryInformation instance populated with repository credentials for a tenantabstract RepositoryInformationRepositoryManager.getUrlInformation(int tenantId) Returns a RepositoryInformation instance populated with repository url for a tenantvoidArtifactRepository.init(int tenantId) Initializes the remote artifact repository and prepare to synchronize the local repository against it.voidArtifactRepository.initAutoCheckout(boolean useEventing) Setup the remote repository for auto checkoutsabstract voidRepositoryManager.provisionRepository(int tenantId) Creates a repository for the tenant in the location specified, if it doesn't exist alreadybooleanDeploymentSynchronizer.syncGhostMetaArtifacts()Deprecated.booleanDeprecated.booleanDeprecated. -
Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer.internal
Methods in org.wso2.carbon.deployment.synchronizer.internal that throw DeploymentSynchronizerExceptionModifier and TypeMethodDescriptionbooleanbooleanDeprecated.booleanbooleanlongDeploymentSynchronizerServiceImpl.getLastCheckoutTime(String filePath) longDeploymentSynchronizerServiceImpl.getLastCommitTime(String filePath) booleanDeploymentSynchronizerServiceImpl.isAutoCheckoutOn(String filePath) booleanDeploymentSynchronizerServiceImpl.isAutoCommitOn(String filePath) booleanDeprecated. -
Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer.repository
Methods in org.wso2.carbon.deployment.synchronizer.repository that throw DeploymentSynchronizerExceptionModifier and TypeMethodDescriptionCarbonRepositoryUtils.getActiveSynchronizerConfiguration(int tenantId) Loads the deployment synchronizer configuration.CarbonRepositoryUtils.getDefaultDeploymentSyncConfiguration()CarbonRepositoryUtils.getDeploymentSyncConfigurationFromConf()Load the deployment synchronizer configuration from the global ServerConfiguration of Carbon.static booleanCarbonRepositoryUtils.isSynchronizerEnabled(int tenantId) Checks whether deployment synchronizer is enabled for the Carbon repository of the specified tenant.static DeploymentSynchronizerCarbonRepositoryUtils.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 DeploymentSynchronizerExceptionModifier and TypeMethodDescriptionvoidDeploymentSynchronizerAdmin.checkout()booleanInvoke the checkout operation on the specified repositorybooleanDeprecated.voidDeploymentSynchronizerAdmin.commit()booleanInvoke the commit operation on the specified repositorybooleanInvoke the commit operation on the specified repository at rootPath, with the given filePath to commit.voidDeploymentSynchronizerAdmin.disableSynchronizerForCarbonRepository()voidDeploymentSynchronizerAdmin.enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config) longDeploymentSynchronizerService.getLastCheckoutTime(String filePath) Gets the time at which the checkout operation was last invoked on the given repositorylongDeploymentSynchronizerService.getLastCommitTime(String filePath) Gets the time at which the commit operation was last invoked on the given repositoryDeploymentSynchronizerAdmin.getSynchronizerConfigurationForCarbonRepository()booleanDeploymentSynchronizerService.isAutoCheckoutOn(String filePath) Check whether auto checkout has been engaged on the specified repositorybooleanDeploymentSynchronizerService.isAutoCommitOn(String filePath) Check whether auto commit has been engaged on the specified repositorybooleanDeprecated.voidDeploymentSynchronizerAdmin.updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)