| Package | Description |
|---|---|
| com.browserstack.automate | |
| com.browserstack.automate.model |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AutomateClient.deleteBuild(String buildId)
Delete the build identified by the build identifier.
|
boolean |
AutomateClient.deleteProject(int projectId)
Deletes the project identified by the specified project identifier.
|
boolean |
Automate.deleteProject(int projectId) |
boolean |
AutomateClient.deleteSession(String sessionId)
Deletes the session identified by the supplied identifier.
|
boolean |
Automate.deleteSession(String sessionId) |
AccountUsage |
AutomateClient.getAccountUsage()
Returns details for the BrowserStack Automate plan.
|
AccountUsage |
Automate.getAccountUsage() |
List<Browser> |
AutomateClient.getBrowsers()
Returns a (cached) list of Desktop and Mobile browsers offered for Automate.
|
List<Browser> |
Automate.getBrowsers() |
List<Browser> |
AutomateClient.getBrowsers(boolean cache)
Returns a (cached) list of Desktop and Mobile browsers offered for Automate.
|
List<Browser> |
Automate.getBrowsers(boolean cache) |
Build |
AutomateClient.getBuild(String buildId)
Gets the build identified by the build identifier.
|
List<Build> |
AutomateClient.getBuilds()
Gets the list of builds.
|
List<Build> |
AutomateClient.getBuilds(Automate.BuildStatus status)
Gets the list of builds.
|
List<Build> |
AutomateClient.getBuilds(Automate.BuildStatus status,
int limit)
Gets the list of builds.
|
List<Build> |
AutomateClient.getBuilds(int limit)
Gets the list of builds.
|
Project |
AutomateClient.getProject(int projectId)
Gets the project identified by its identifier.
|
Project |
Automate.getProject(int projectId) |
List<Project> |
AutomateClient.getProjects()
Gets a list of projects
|
List<Project> |
Automate.getProjects() |
Session |
AutomateClient.getSession(String sessionId)
Gets the session associated with the specified identifier.
|
String |
AutomateClient.getSessionLogs(Session session)
Fetches the text logs for a session.
|
String |
Automate.getSessionLogs(Session session) |
String |
AutomateClient.getSessionLogs(String sessionId)
Fetches the text logs for a session.
|
String |
Automate.getSessionLogs(String sessionId) |
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.
|
String |
AutomateClient.getSessionVideo(String sessionId)
Returns the link for the session video.
|
String |
Automate.getSessionVideo(String sessionId) |
String |
AutomateClient.recycleKey()
Destroys the current access key and returns a new access key.
|
String |
Automate.recycleKey() |
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 |
|---|---|
boolean |
Session.delete() |
boolean |
Project.delete() |
boolean |
Build.delete() |
List<Build> |
Project.getBuilds() |
String |
Session.getLogs() |
List<Session> |
Build.getSessions() |
Session |
Session.updateStatus(Automate.SessionStatus sessionStatus) |
Session |
Session.updateStatus(Automate.SessionStatus sessionStatus,
String reason) |
Copyright © 2018. All rights reserved.