@Named @Produces(value="application/json") @Consumes(value="application/json") @Path(value="/proxy-properties") public class TestkitProxyPropertiesResource extends Object
Constructor and Description |
---|
TestkitProxyPropertiesResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getProxyProperties() |
void |
restoreProxyProperties() |
javax.ws.rs.core.Response |
setProxyProperties(TestkitProxySettings proxySettings) |
@GET public javax.ws.rs.core.Response getProxyProperties() throws ObjectNotFoundException
ObjectNotFoundException
@POST public javax.ws.rs.core.Response setProxyProperties(TestkitProxySettings proxySettings) throws NoSuchAlgorithmException, KeyManagementException
@DELETE public void restoreProxyProperties() throws NoSuchAlgorithmException
NoSuchAlgorithmException
Copyright © 2021 Atlassian. All rights reserved.