public interface Automate
| Modifier and Type | Interface and Description |
|---|---|
static class |
Automate.BuildStatus |
static class |
Automate.SessionStatus |
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
AutomateExceptionList<Build> getBuilds(Automate.BuildStatus status, int limit) throws AutomateException
AutomateExceptionList<Build> getBuilds(int limit) throws AutomateException
AutomateExceptionList<Build> getBuilds(Automate.BuildStatus status) throws AutomateException
AutomateExceptionList<Build> getBuilds() throws AutomateException
AutomateExceptionBuild getBuild(String buildId) throws BuildNotFound, AutomateException
BuildNotFoundAutomateExceptionboolean deleteBuild(String buildId) throws AutomateException
AutomateExceptionList<Session> getSessions(String buildId, Automate.BuildStatus status, int limit) throws BuildNotFound, AutomateException
BuildNotFoundAutomateExceptionList<Session> getSessions(String buildId) throws BuildNotFound, AutomateException
BuildNotFoundAutomateExceptionList<Session> getSessions(String buildId, int limit) throws BuildNotFound, AutomateException
BuildNotFoundAutomateExceptionList<Session> getSessions(String buildId, Automate.BuildStatus status) throws BuildNotFound, AutomateException
BuildNotFoundAutomateExceptionSession getSession(String sessionId) throws SessionNotFound, AutomateException
SessionNotFoundAutomateExceptionSession 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 © 2016. All rights reserved.