| Package | Description |
|---|---|
| com.browserstack.appautomate |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AppAutomateClient.deleteBuild(String buildId)
Delete the build identified by the build identifier.
|
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<Build> |
AppAutomateClient.getBuilds()
Gets the list of builds.
|
List<Build> |
AppAutomateClient.getBuilds(Automate.BuildStatus status)
Gets the list of builds.
|
List<Build> |
AppAutomateClient.getBuilds(Automate.BuildStatus status,
int limit)
Gets the list of builds.
|
List<Build> |
AppAutomateClient.getBuilds(int limit)
Gets the list of builds.
|
Session |
AppAutomateClient.getSession(String sessionId)
Gets the session associated with the specified identifier.
|
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.
|
AppUploadResponse |
AppAutomate.uploadApp(String filePath) |
AppUploadResponse |
AppAutomateClient.uploadApp(String filePath)
Gets the filePath of app to be uploaded.
|
Copyright © 2025. All rights reserved.