Class SystemSettingsResource
java.lang.Object
com.atlassian.confluence.functest.rest.admin.SystemSettingsResource
@Consumes("application/json")
@Produces("application/json")
@Path("/admin/system")
public class SystemSettingsResource
extends Object
Get system settings
- Since:
- 9.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseclearSystemPropertyValue(String systemPropertyName) jakarta.ws.rs.core.ResponsegetSystemPropertyValue(String systemPropertyName)
-
Constructor Details
-
SystemSettingsResource
public SystemSettingsResource()
-
-
Method Details
-
getSystemPropertyValue
@GET @Path("/sysprop/{systemPropertyName}") public jakarta.ws.rs.core.Response getSystemPropertyValue(@PathParam("systemPropertyName") String systemPropertyName) -
clearSystemPropertyValue
@DELETE @Path("/sysprop/{systemPropertyName}") public jakarta.ws.rs.core.Response clearSystemPropertyValue(@PathParam("systemPropertyName") String systemPropertyName)
-