Package com.atlassian.bamboo.specs.util
Class RestHelper
- java.lang.Object
-
- com.atlassian.bamboo.specs.util.RestHelper
-
public class RestHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RestHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringpost(java.net.URI uri, AuthenticationProvider authenticationProvider, java.lang.String yamlContent)java.lang.Stringput(java.net.URI uri, AuthenticationProvider authenticationProvider, java.lang.String yamlContent)
-
-
-
Method Detail
-
post
public java.lang.String post(java.net.URI uri, AuthenticationProvider authenticationProvider, java.lang.String yamlContent) throws java.io.IOException- Throws:
java.io.IOException
-
put
public java.lang.String put(java.net.URI uri, AuthenticationProvider authenticationProvider, java.lang.String yamlContent) throws java.io.IOException- Throws:
java.io.IOException
-
-