Package step.repository.alm.otaclient
Interface ITestSetTreeManager
-
- All Superinterfaces:
com4j.Com4jObject
public interface ITestSetTreeManager extends com4j.Com4jObject
Manages the test set tree and its related test set folders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
nodeById(int nodeID)
Gets the test set tree node object corresponding to the specified node Id.com4j.Com4jObject
nodeByPath(java.lang.String path)
Gets the test set tree node from the specified tree path.com4j.Com4jObject
root()
The test set tree root node.com4j.Com4jObject
unattached()
Gets an unattached folder.
-
-
-
Method Detail
-
root
com4j.Com4jObject root()
The test set tree root node.
Getter method for the COM property "Root"
- Returns:
- Returns a value of type com4j.Com4jObject
-
nodeByPath
com4j.Com4jObject nodeByPath(java.lang.String path)
Gets the test set tree node from the specified tree path.
Getter method for the COM property "NodeByPath"
- Parameters:
path
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
nodeById
com4j.Com4jObject nodeById(int nodeID)
Gets the test set tree node object corresponding to the specified node Id.
Getter method for the COM property "NodeById"
- Parameters:
nodeID
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
unattached
com4j.Com4jObject unattached()
Gets an unattached folder.
Getter method for the COM property "Unattached"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-