public interface Automate
| Modifier and Type | Interface and Description |
|---|---|
static class |
Automate.BuildStatus |
static class |
Automate.SessionStatus |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteProject(int projectId) |
boolean |
deleteSession(String sessionId) |
AccountUsage |
getAccountUsage() |
List<Browser> |
getBrowsers() |
List<Browser> |
getBrowsers(boolean cache) |
Project |
getProject(int projectId) |
List<Project> |
getProjects() |
String |
getSessionLogs(Session session) |
String |
getSessionLogs(String sessionId) |
String |
getSessionVideo(String sessionId) |
String |
recycleKey() |
Session |
updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus) |
Session |
updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus,
String reason) |
Session |
updateSessionStatus(String sessionId,
Map<String,Object> data) |
AccountUsage getAccountUsage() throws AutomateException
AutomateExceptionList<Browser> getBrowsers() throws AutomateException
AutomateExceptionList<Browser> getBrowsers(boolean cache) throws AutomateException
AutomateExceptionList<Project> getProjects() throws AutomateException
AutomateExceptionProject getProject(int projectId) throws ProjectNotFound, AutomateException
ProjectNotFoundAutomateExceptionboolean deleteProject(int projectId)
throws AutomateException
AutomateExceptionSession updateSessionStatus(String sessionId, Map<String,Object> data) throws AutomateException
AutomateExceptionSession updateSessionStatus(String sessionId, Automate.SessionStatus sessionStatus, String reason) throws SessionNotFound, AutomateException
SessionNotFoundAutomateExceptionSession updateSessionStatus(String sessionId, Automate.SessionStatus sessionStatus) throws SessionNotFound, AutomateException
SessionNotFoundAutomateExceptionString getSessionLogs(String sessionId) throws SessionNotFound, AutomateException
SessionNotFoundAutomateExceptionString getSessionLogs(Session session) throws AutomateException
AutomateExceptionString getSessionVideo(String sessionId) throws SessionNotFound, AutomateException
SessionNotFoundAutomateExceptionboolean deleteSession(String sessionId) throws SessionNotFound, AutomateException
SessionNotFoundAutomateExceptionString recycleKey() throws AutomateException
AutomateExceptionCopyright © 2021. All rights reserved.