public class ConfigService extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigService.CurrentPasswordIncorrectException |
static interface |
ConfigService.GetUiPortCommand |
class |
ConfigService.PortChangeFailedException |
| Constructor and Description |
|---|
ConfigService(HttpClient httpClient,
ConfigService.GetUiPortCommand getUiPortCommand) |
public ConfigService(HttpClient httpClient, ConfigService.GetUiPortCommand getUiPortCommand)
public void setPluginProperty(String pluginId, String propertyName, @Nullable Object propertyValue) throws Exception
Exceptionpublic TransactionConfig getTransactionConfig() throws Exception
Exceptionpublic void updateTransactionConfig(TransactionConfig config) throws Exception
Exceptionpublic UserInterfaceConfig getUserInterfaceConfig() throws Exception
Exceptionpublic void updateUserInterfaceConfig(UserInterfaceConfig config) throws Exception
Exceptionpublic StorageConfig getStorageConfig() throws Exception
Exceptionpublic void updateStorageConfig(StorageConfig config) throws Exception
Exceptionpublic SmtpConfig getSmtpConfig() throws Exception
Exceptionpublic void updateSmtpConfig(SmtpConfig config) throws Exception
Exceptionpublic UserRecordingConfig getUserRecordingConfig() throws Exception
Exceptionpublic void updateUserRecordingConfig(UserRecordingConfig config) throws Exception
Exceptionpublic AdvancedConfig getAdvancedConfig() throws Exception
Exceptionpublic void updateAdvancedConfig(AdvancedConfig config) throws Exception
Exception@Nullable public PluginConfig getPluginConfig(String pluginId) throws Exception
Exceptionpublic void updatePluginConfig(String pluginId, PluginConfig config) throws Exception
Exceptionpublic InstrumentationConfig getInstrumentationConfig(String version) throws Exception
Exceptionpublic List<InstrumentationConfig> getInstrumentationConfigs() throws Exception
Exceptionpublic InstrumentationConfig addInstrumentationConfig(InstrumentationConfig config) throws Exception
Exceptionpublic InstrumentationConfig updateInstrumentationConfig(InstrumentationConfig config) throws Exception
Exceptionpublic void removeInstrumentationConfig(String version) throws Exception
Exceptionpublic GaugeConfig getGaugeConfig(String version) throws Exception
Exceptionpublic List<GaugeConfig> getGaugeConfigs() throws Exception
Exceptionpublic GaugeConfig addGaugeConfig(GaugeConfig config) throws Exception
Exceptionpublic GaugeConfig updateGaugeConfig(GaugeConfig config) throws Exception
Exceptionpublic AlertConfig getAlertConfig(String version) throws Exception
Exceptionpublic List<AlertConfig> getAlertConfigs() throws Exception
Exceptionpublic AlertConfig addAlertConfig(AlertConfig config) throws Exception
Exceptionpublic AlertConfig updateAlertConfig(AlertConfig config) throws Exception
ExceptionCopyright © 2011–2015 Glowroot contributors. All rights reserved.