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
IOException
public String put(URI uri, AuthenticationProvider authenticationProvider, String yamlContent) throws IOException
IOException
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.