| 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 | 
|---|---|
WsItem | 
ContourSoapServiceImpl.createNewTestCycle(WsAuth token,
                  Integer testPlanId,
                  String cycleName,
                  String cycleDescription,
                  Date startDate,
                  Date endDate,
                  List<WsTestRunStatus> statusesToInclude,
                  List<WsTestGroup> testGroupsToInclude)
Creates a new Test Cycle from the supplied criteria. 
 | 
WsItem | 
ContourSoapService.createNewTestCycle(WsAuth token,
                  Integer testPlanId,
                  String cycleName,
                  String cycleDescription,
                  Date startDate,
                  Date endDate,
                  List<WsTestRunStatus> statusesToInclude,
                  List<WsTestGroup> testGroupsToInclude)  | 
| Modifier and Type | Method and Description | 
|---|---|
WsTestRunStatus | 
WsTestRunStep.getStatus()  | 
static WsTestRunStatus | 
WsTestRunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WsTestRunStatus[] | 
WsTestRunStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WsTestRunStep.setStatus(WsTestRunStatus status)  | 
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.