Package | Description |
---|---|
org.wso2.carbon.deployment.synchronizer.repository | |
org.wso2.carbon.deployment.synchronizer.services |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
CarbonRepositoryUtils.persistConfiguration(DeploymentSynchronizerConfiguration config,
int tenantId)
Save the given DeploymentSynchronizerConfiguration to the registry.
|
Modifier and Type | Method and Description |
---|---|
DeploymentSynchronizerConfiguration |
DeploymentSynchronizerAdmin.getSynchronizerConfigurationForCarbonRepository() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentSynchronizerAdmin.enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config) |
void |
DeploymentSynchronizerAdmin.updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config) |
Copyright © 2024 WSO2. All rights reserved.