| Package | Description | 
|---|---|
| com.jamasoftware.contour.soap.v3 | 
| Modifier and Type | Method and Description | 
|---|---|
List<WsTestGroup> | 
ContourSoapServiceImpl.getTestPlanGroups(WsAuth token,
                 Integer testPlanId)
Gets a list of Test Groups associated with a Test Plan. 
 | 
List<WsTestGroup> | 
ContourSoapService.getTestPlanGroups(WsAuth token,
                 Integer testPlanId)  | 
| 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)  | 
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.