public abstract class BrowserStackClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BrowserStackClient.Method |
static class |
BrowserStackClient.Product |
| Modifier and Type | Field and Description |
|---|---|
protected BrowserStackCache<String,Object> |
cacheMap |
| Modifier | Constructor and Description |
|---|---|
protected |
BrowserStackClient() |
|
BrowserStackClient(String baseUrl,
String username,
String accessKey) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAccessKey() |
protected BrowserListing |
getBrowsersForProduct(BrowserStackClient.Product product) |
protected BrowserListing |
getBrowsersForProduct(BrowserStackClient.Product product,
boolean cache) |
protected BrowserStackRequest |
newRequest(BrowserStackClient.Method method,
String path) |
protected BrowserStackRequest |
newRequest(BrowserStackClient.Method method,
String path,
boolean prependUrl) |
protected BrowserStackRequest |
newRequest(BrowserStackClient.Method method,
String path,
Map<String,Object> data) |
protected BrowserStackRequest |
newRequest(BrowserStackClient.Method method,
String path,
Map<String,Object> data,
Map<String,String> headers) |
protected void |
setAccessKey(String accessKey) |
protected BrowserStackRequest |
signRequest(com.google.api.client.http.HttpRequest request) |
protected final BrowserStackCache<String,Object> cacheMap
protected String getAccessKey()
protected void setAccessKey(String accessKey)
protected BrowserListing getBrowsersForProduct(BrowserStackClient.Product product) throws BrowserStackException
BrowserStackExceptionprotected BrowserListing getBrowsersForProduct(BrowserStackClient.Product product, boolean cache) throws BrowserStackException
BrowserStackExceptionprotected BrowserStackRequest newRequest(BrowserStackClient.Method method, String path) throws BrowserStackException
BrowserStackExceptionprotected BrowserStackRequest newRequest(BrowserStackClient.Method method, String path, boolean prependUrl) throws BrowserStackException
BrowserStackExceptionprotected BrowserStackRequest newRequest(BrowserStackClient.Method method, String path, Map<String,Object> data) throws BrowserStackException
BrowserStackExceptionprotected BrowserStackRequest newRequest(BrowserStackClient.Method method, String path, Map<String,Object> data, Map<String,String> headers) throws BrowserStackException
BrowserStackExceptionprotected BrowserStackRequest signRequest(com.google.api.client.http.HttpRequest request) throws BrowserStackException
BrowserStackExceptionCopyright © 2016. All rights reserved.