Uses of Class
org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
-
Packages that use DeploymentSynchronizerConfiguration Package Description org.wso2.carbon.deployment.synchronizer.repository org.wso2.carbon.deployment.synchronizer.services -
-
Uses of DeploymentSynchronizerConfiguration in org.wso2.carbon.deployment.synchronizer.repository
Methods in org.wso2.carbon.deployment.synchronizer.repository that return DeploymentSynchronizerConfiguration 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 DeploymentSynchronizerConfigurationCarbonRepositoryUtils. getDeploymentSyncConfigurationFromRegistry(int tenantId)Loads the deployment synchronizer configuration from the configuration registry of the specified tenant.Methods in org.wso2.carbon.deployment.synchronizer.repository with parameters of type DeploymentSynchronizerConfiguration Modifier and Type Method Description static voidCarbonRepositoryUtils. persistConfiguration(DeploymentSynchronizerConfiguration config, int tenantId)Save the given DeploymentSynchronizerConfiguration to the registry. -
Uses of DeploymentSynchronizerConfiguration in org.wso2.carbon.deployment.synchronizer.services
Methods in org.wso2.carbon.deployment.synchronizer.services that return DeploymentSynchronizerConfiguration Modifier and Type Method Description DeploymentSynchronizerConfigurationDeploymentSynchronizerAdmin. getSynchronizerConfigurationForCarbonRepository()Methods in org.wso2.carbon.deployment.synchronizer.services with parameters of type DeploymentSynchronizerConfiguration Modifier and Type Method Description voidDeploymentSynchronizerAdmin. enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)voidDeploymentSynchronizerAdmin. updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)
-