public class ApprendaRestUtility extends Object
| Constructor and Description |
|---|
ApprendaRestUtility() |
ApprendaRestUtility(String token) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CreateApplication(boolean bypassSSL,
String url,
String path,
String alias,
String name) |
javax.ws.rs.core.Response |
GetResponseRequest(boolean bypassSSL,
String url,
String path,
List<org.apache.commons.lang3.tuple.Pair<String,String>> queryParams) |
javax.ws.rs.core.Response |
PatchApplication(boolean bypassSSL,
String url,
String path,
String stage,
InputStream fileInStream) |
javax.ws.rs.core.Response |
PatchApplication(boolean bypassSSL,
String url,
String path,
String stage,
String applicationPackageURL) |
javax.ws.rs.core.Response |
PostResponseRequest(boolean bypassSSL,
String url,
String path,
javax.json.JsonObject json) |
public ApprendaRestUtility()
public ApprendaRestUtility(String token)
public javax.ws.rs.core.Response PostResponseRequest(boolean bypassSSL,
String url,
String path,
javax.json.JsonObject json)
throws Exception
Exceptionpublic javax.ws.rs.core.Response GetResponseRequest(boolean bypassSSL,
String url,
String path,
List<org.apache.commons.lang3.tuple.Pair<String,String>> queryParams)
throws Exception
Exceptionpublic javax.ws.rs.core.Response PatchApplication(boolean bypassSSL,
String url,
String path,
String stage,
InputStream fileInStream)
throws Exception
Exceptionpublic javax.ws.rs.core.Response PatchApplication(boolean bypassSSL,
String url,
String path,
String stage,
String applicationPackageURL)
throws Exception
ExceptionCopyright © 2016–2018 Apprenda. All rights reserved.