@Path(value="settings") @Consumes(value="application/json") @Produces(value="application/json") @ExperimentalApi public class PluginSettingsResource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GLOBAL_SETTINGS_PATH |
Constructor and Description |
---|
PluginSettingsResource(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory) |
Modifier and Type | Method and Description |
---|---|
PluginSettingEntity |
getGlobalPluginSettings(String key) |
javax.ws.rs.core.Response |
updateGlobalPluginSettings(PluginSettingEntity pluginSettingEntity) |
public static final String GLOBAL_SETTINGS_PATH
public PluginSettingsResource(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory)
@POST @Path(value="global") public javax.ws.rs.core.Response updateGlobalPluginSettings(PluginSettingEntity pluginSettingEntity)
@GET @Path(value="global/{key}") public PluginSettingEntity getGlobalPluginSettings(@PathParam(value="key") String key)
Copyright © 2021 Atlassian. All rights reserved.
View cookie preferences