@Named @Produces(value="application/json") @Consumes(value="application/json") @Path(value="/proxy-properties") public class TestkitProxyPropertiesResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLE_SSL_VALIDATION |
| 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) |
public static final String DISABLE_SSL_VALIDATION
@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
NoSuchAlgorithmExceptionCopyright © 2024 Atlassian. All rights reserved.