Package com.atlassian.bamboo.specs.util
Class RestHelper
- java.lang.Object
-
- com.atlassian.bamboo.specs.util.RestHelper
-
public class RestHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description RestHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringpost(URI uri, AuthenticationProvider authenticationProvider, String yamlContent)Stringput(URI uri, AuthenticationProvider authenticationProvider, String yamlContent)
-
-
-
Method Detail
-
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
-
-