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 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 DeploymentSynchronizerConfiguration
CarbonRepositoryUtils. 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 void
CarbonRepositoryUtils. 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 DeploymentSynchronizerConfiguration
DeploymentSynchronizerAdmin. getSynchronizerConfigurationForCarbonRepository()
Methods in org.wso2.carbon.deployment.synchronizer.services with parameters of type DeploymentSynchronizerConfiguration Modifier and Type Method Description void
DeploymentSynchronizerAdmin. enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)
void
DeploymentSynchronizerAdmin. updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)
-