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