| Package | Description |
|---|---|
| com.browserstack.appautomate | |
| com.browserstack.automate | |
| com.browserstack.automate.model | |
| com.browserstack.client |
| Modifier and Type | Method and Description |
|---|---|
Build |
AppAutomateClient.getBuild(String buildId)
Gets the build identified by the build identifier.
|
Build |
AppAutomateClient.getBuildByName(String buildName)
Gets the build identified by the build name.
|
List<Session> |
AppAutomateClient.getSessions(String buildId)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
AppAutomateClient.getSessions(String buildId,
Automate.BuildStatus status)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
AppAutomateClient.getSessions(String buildId,
Automate.BuildStatus status,
int limit)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
AppAutomateClient.getSessions(String buildId,
int limit)
Retrieves the list of sessions existing under a specific build.
|
| Modifier and Type | Method and Description |
|---|---|
Build |
AutomateClient.getBuild(String buildId)
Gets the build identified by the build identifier.
|
Build |
AutomateClient.getBuildByName(String buildName)
Gets the build identified by the build name.
|
List<Session> |
AutomateClient.getSessions(String buildId)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
AutomateClient.getSessions(String buildId,
Automate.BuildStatus status)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
AutomateClient.getSessions(String buildId,
Automate.BuildStatus status,
int limit)
Retrieves the list of sessions existing under a specific build.
|
List<Session> |
AutomateClient.getSessions(String buildId,
int limit)
Retrieves the list of sessions existing under a specific build.
|
| Modifier and Type | Method and Description |
|---|---|
List<Session> |
Build.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
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<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) |
Copyright © 2021. All rights reserved.