| Package | Description |
|---|---|
| com.jamasoftware.contour.soap.v3 | |
| com.jamasoftware.contour.ws.domain |
| Modifier and Type | Method and Description |
|---|---|
WsTestRunStatus |
ContourSoapServiceImpl.executeTestRun(WsAuth token,
Integer testRunId,
Integer durationInMinutes,
String actualResults,
Boolean passedWithErrors,
List<WsTestRunStep> steps)
Executes a Test Run.
|
WsTestRunStatus |
ContourSoapService.executeTestRun(WsAuth token,
Integer testRunId,
Integer durationInMinutes,
String actualResults,
Boolean passedWithErrors,
List<WsTestRunStep> steps) |
| Modifier and Type | Method and Description |
|---|---|
List<WsTestRunStep> |
WsExecutableTestRun.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
WsExecutableTestRun.setSteps(List<WsTestRunStep> steps) |
| Constructor and Description |
|---|
WsExecutableTestRun(WsItem testRun,
List<WsTestRunStep> steps,
Integer defectDocTypeId)
Create a new instance of WsExecutableTestRun
|
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.