@Named @Produces(value="application/json") @Consumes(value="application/json") @Path(value="/system-properties") public class TestkitSystemPropertiesResource extends Object
| Constructor and Description |
|---|
TestkitSystemPropertiesResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getProperty(String key) |
javax.ws.rs.core.Response |
getSystemProperties() |
javax.ws.rs.core.Response |
mergeSystemProperties(Map<String,String> properties) |
@GET public javax.ws.rs.core.Response getSystemProperties()
@POST @Path(value="/merge") public javax.ws.rs.core.Response mergeSystemProperties(Map<String,String> properties)
@GET
@Path(value="/{key}")
public javax.ws.rs.core.Response getProperty(@PathParam(value="key")
String key)
Copyright © 2021 Atlassian. All rights reserved.