| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.tests |
This package contains interfaces to access the Tests area of Silk Central (TestsService, previously IPlanningService).
|
| Modifier and Type | Method and Description |
|---|---|
PlanningNode[] |
TestsService.getChildNodes(java.lang.String sessionId,
int projectId,
int parentNodeId,
NodeFilter filter)
Returns an array of child nodes of a defined node in the test planning tree.
|
PlanningNode |
TestsService.getNode(java.lang.String sessionId,
int nodeId)
Retrieves a
PlanningNode from Test Manager with its PropertyValue child array fully populated. |
| Modifier and Type | Method and Description |
|---|---|
int |
TestsService.addNode(java.lang.String sessionId,
int projectId,
int parentNodeId,
PlanningNode node)
Adds a new child node to the given parent node.
|
boolean |
TestsService.updateNode(java.lang.String sessionId,
PlanningNode node)
This call updates a specific node in the test planning tree.
|
Copyright © Micro Focus 2004-2019. All rights reserved.