public class RestHelper extends Object
| Constructor and Description |
|---|
RestHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
post(URI uri,
AuthenticationProvider authenticationProvider,
String yamlContent) |
String |
put(URI uri,
AuthenticationProvider authenticationProvider,
String yamlContent) |
public String post(URI uri, AuthenticationProvider authenticationProvider, String yamlContent) throws IOException
IOExceptionpublic String put(URI uri, AuthenticationProvider authenticationProvider, String yamlContent) throws IOException
IOExceptionCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.