| Package | Description |
|---|---|
| com.browserstack.automate.exception | |
| com.browserstack.client | |
| com.browserstack.client.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
AppAutomateException |
class |
AutomateException |
class |
BuildNotFound |
class |
ProjectNotFound |
class |
SessionNotFound |
| Constructor and Description |
|---|
AppAutomateException(BrowserStackException e) |
AutomateException(BrowserStackException e) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ArrayNode |
BrowserStackRequest.asJsonArray() |
com.fasterxml.jackson.databind.node.ObjectNode |
BrowserStackRequest.asJsonObject() |
<T> T |
BrowserStackRequest.asObject(Class<? extends T> responseClass) |
String |
BrowserStackRequest.asString() |
boolean |
BrowserStackClient.deleteBuild(String buildId)
Delete the build identified by the build identifier.
|
boolean |
BrowserStackClientInterface.deleteBuild(String buildId) |
protected BrowserListing |
BrowserStackClient.getBrowsersForProduct(BrowserStackClient.Product product) |
protected BrowserListing |
BrowserStackClient.getBrowsersForProduct(BrowserStackClient.Product product,
boolean cache) |
Build |
BrowserStackClient.getBuild(String buildId)
Gets the build identified by the build identifier.
|
Build |
BrowserStackClientInterface.getBuild(String buildId) |
Build |
BrowserStackClient.getBuildByName(String buildName)
Gets the build identified using the build name.
|
Build |
BrowserStackClientInterface.getBuildByName(String buildName) |
List<Build> |
BrowserStackClient.getBuilds()
Gets the list of builds.
|
List<Build> |
BrowserStackClientInterface.getBuilds() |
List<Build> |
BrowserStackClient.getBuilds(Automate.BuildStatus status)
Gets the list of builds.
|
List<Build> |
BrowserStackClientInterface.getBuilds(Automate.BuildStatus status) |
List<Build> |
BrowserStackClient.getBuilds(Automate.BuildStatus status,
int limit)
Gets the list of builds via build status and the count required
|
List<Build> |
BrowserStackClientInterface.getBuilds(Automate.BuildStatus status,
int limit) |
List<Build> |
BrowserStackClient.getBuilds(Automate.BuildStatus status,
int limit,
String buildName)
Gets the list of builds.
|
List<Build> |
BrowserStackClientInterface.getBuilds(Automate.BuildStatus status,
int limit,
String buildName) |
List<Build> |
BrowserStackClient.getBuilds(int limit)
Gets the list of builds.
|
List<Build> |
BrowserStackClientInterface.getBuilds(int limit) |
Session |
BrowserStackClient.getSession(String sessionId)
Gets the session associated with the specified identifier.
|
Session |
BrowserStackClientInterface.getSession(String sessionId) |
List<Session> |
BrowserStackClient.getSessions(String buildId)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
BrowserStackClientInterface.getSessions(String buildId) |
List<Session> |
BrowserStackClient.getSessions(String buildId,
Automate.BuildStatus status)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
BrowserStackClientInterface.getSessions(String buildId,
Automate.BuildStatus status) |
List<Session> |
BrowserStackClient.getSessions(String buildId,
Automate.BuildStatus status,
int limit)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
BrowserStackClientInterface.getSessions(String buildId,
Automate.BuildStatus status,
int limit) |
List<Session> |
BrowserStackClient.getSessions(String buildId,
int limit)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
BrowserStackClientInterface.getSessions(String buildId,
int limit) |
protected BrowserStackRequest |
BrowserStackClient.newRequest(BrowserStackClient.Method method,
String path) |
protected BrowserStackRequest |
BrowserStackClient.newRequest(BrowserStackClient.Method method,
String path,
boolean prependUrl) |
protected BrowserStackRequest |
BrowserStackClient.newRequest(BrowserStackClient.Method method,
String path,
Map<String,Object> data) |
protected BrowserStackRequest |
BrowserStackClient.newRequest(BrowserStackClient.Method method,
String path,
Map<String,Object> data,
Map<String,String> headers) |
| Modifier and Type | Class and Description |
|---|---|
class |
BrowserStackAuthException |
class |
BrowserStackObjectNotFound |
Copyright © 2020. All rights reserved.