Uses of Class
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
-
-
Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer
Methods in org.wso2.carbon.deployment.synchronizer that throw DeploymentSynchronizerException Modifier and Type Method Description abstract voidRepositoryManager. addRepository(int tenantId, String url)Adds the already existing repository specified by tenantbooleanArtifactRepository. checkout(int tenantId, String filePath)Checkout all or updated artifacts from the remote repository to the local file systembooleanArtifactRepository. checkout(int tenantId, String filePath, int depth)Deprecated.booleanDeploymentSynchronizer. checkout()Checkout the artifacts stored in the repository to the file system.booleanDeploymentSynchronizer. checkout(String filePath, int depth)Deprecated.booleanArtifactRepository. commit(int tenantId, String filePath)Commit the artifacts in the local repository to the remote repositorybooleanDeploymentSynchronizer. commit()Commit the artifacts in the file system repository to the remote repositorybooleanDeploymentSynchronizer. commit(String filePath)Commit the artifacts from the given path in the file system repository to the remote repositoryRepositoryInformationRepositoryCreator. 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.booleanArtifactRepository. update(int tenantId, String rootPath, String filePathToUpdate, int depth)Deprecated.booleanDeploymentSynchronizer. update(String rootPath, String filePath, int depth)Deprecated. -
Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer.internal
Methods in org.wso2.carbon.deployment.synchronizer.internal that throw DeploymentSynchronizerException Modifier and Type Method Description booleanDeploymentSynchronizerServiceImpl. checkout(String filePath)booleanDeploymentSynchronizerServiceImpl. checkout(String filePath, int depth)Deprecated.booleanDeploymentSynchronizerServiceImpl. commit(String filePath)booleanDeploymentSynchronizerServiceImpl. commit(String rootPath, String filePath)longDeploymentSynchronizerServiceImpl. getLastCheckoutTime(String filePath)longDeploymentSynchronizerServiceImpl. getLastCommitTime(String filePath)booleanDeploymentSynchronizerServiceImpl. isAutoCheckoutOn(String filePath)booleanDeploymentSynchronizerServiceImpl. isAutoCommitOn(String filePath)booleanDeploymentSynchronizerServiceImpl. update(String rootPath, String filePath, int depth)Deprecated. -
Uses of DeploymentSynchronizerException in org.wso2.carbon.deployment.synchronizer.repository
Methods in org.wso2.carbon.deployment.synchronizer.repository that throw DeploymentSynchronizerException Modifier and Type Method Description static DeploymentSynchronizerConfigurationCarbonRepositoryUtils. getActiveSynchronizerConfiguration(int tenantId)Loads the deployment synchronizer configuration.static DeploymentSynchronizerConfigurationCarbonRepositoryUtils. getDefaultDeploymentSyncConfiguration()static DeploymentSynchronizerConfigurationCarbonRepositoryUtils. 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 DeploymentSynchronizerException Modifier and Type Method Description voidDeploymentSynchronizerAdmin. checkout()booleanDeploymentSynchronizerService. checkout(String filePath)Invoke the checkout operation on the specified repositorybooleanDeploymentSynchronizerService. checkout(String filePath, int depth)Deprecated.voidDeploymentSynchronizerAdmin. commit()booleanDeploymentSynchronizerService. commit(String filePath)Invoke the commit operation on the specified repositorybooleanDeploymentSynchronizerService. commit(String rootPath, String filePath)Invoke 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 repositoryDeploymentSynchronizerConfigurationDeploymentSynchronizerAdmin. 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 repositorybooleanDeploymentSynchronizerService. update(String rootPath, String filePath, int depth)Deprecated.voidDeploymentSynchronizerAdmin. updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)
-