public class TestiniumService extends Object
Constructor and Description |
---|
TestiniumService() |
Modifier and Type | Method and Description |
---|---|
void |
authorize(String authPersonalToken,
String userName,
String password) |
Execution |
getExecution(Integer executionId) |
Plan |
getPlan(Integer planId) |
List<Plan> |
getPlans(Integer projectId) |
Project |
getProject(Integer projectId) |
List<Project> |
getProjects() |
List<Execution> |
getTestExecutions(Integer planId) |
TestResult |
getTestResults(Integer testResultId) |
RunResult |
startPlan(Integer planId) |
RunResult |
startPlan(Integer planId,
Boolean force) |
public void authorize(String authPersonalToken, String userName, String password) throws org.apache.commons.httpclient.auth.InvalidCredentialsException
org.apache.commons.httpclient.auth.InvalidCredentialsException
public TestResult getTestResults(Integer testResultId)
Copyright © 2016–2018. All rights reserved.