Package com.atlassian.bamboo.specs.util
Class RestHelper
java.lang.Object
com.atlassian.bamboo.specs.util.RestHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpost
(URI uri, AuthenticationProvider authenticationProvider, String yamlContent) put
(URI uri, AuthenticationProvider authenticationProvider, String yamlContent)
-
Constructor Details
-
RestHelper
public RestHelper()
-
-
Method Details
-
post
public String post(URI uri, AuthenticationProvider authenticationProvider, String yamlContent) throws IOException - Throws:
IOException
-
put
public String put(URI uri, AuthenticationProvider authenticationProvider, String yamlContent) throws IOException - Throws:
IOException
-