| Package | Description |
|---|---|
| com.browserstack.appautomate | |
| com.browserstack.automate | |
| com.browserstack.automate.model | |
| com.browserstack.client |
| Modifier and Type | Method and Description |
|---|---|
Session |
AppAutomateClient.getSession(String sessionId)
Gets the session associated with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Session |
AutomateClient.getSession(String sessionId)
Gets the session associated with the specified identifier.
|
Session |
AutomateClient.updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus)
Updates the status for a session.
|
Session |
Automate.updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus) |
Session |
AutomateClient.updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus,
String reason)
Updates the status for a session.
|
Session |
Automate.updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus,
String reason) |
Session |
AutomateClient.updateSessionStatus(String sessionId,
Map<String,Object> data)
Updates the status for a session.
|
Session |
Automate.updateSessionStatus(String sessionId,
Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
String |
AutomateClient.getSessionLogs(Session session)
Fetches the text logs for a session.
|
String |
Automate.getSessionLogs(Session session) |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionNode.getSession() |
Session |
Session.updateStatus(Automate.SessionStatus sessionStatus) |
Session |
Session.updateStatus(Automate.SessionStatus sessionStatus,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
List<Session> |
Build.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
Session |
BrowserStackClient.getSession(String sessionId)
Gets the session associated with the specified identifier.
|
Session |
BrowserStackClientInterface.getSession(String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
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.