Interface ITestSetFolder4
-
- All Superinterfaces:
com4j.Com4jObject
,ISysTreeNode
,ITestSetFolder
,ITestSetFolder2
,ITestSetFolder3
public interface ITestSetFolder4 extends ITestSetFolder3
Deprecated. Use ITestLabFolder. Manages the tests and test sets included in one test set folder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
testSetFilter()
The filter on the test set objects in the tree.void
testSetFilter(java.lang.String pVal)
The filter on the test set objects in the tree.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ISysTreeNode
addNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITestSetFolder
addNodeDisp, attachments, description, description, fatherDisp, fatherID, findTestSets, hasAttachment, move, removeNodeEx, subNodes, subNodes, testSetFactory, viewOrder, viewOrder
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITestSetFolder2
findTestInstances
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITestSetFolder3
folderFields, folderFields, targetCycle, targetCycle
-
-
-
-
Method Detail
-
testSetFilter
java.lang.String testSetFilter()
The filter on the test set objects in the tree.
Getter method for the COM property "TestSetFilter"
- Returns:
- Returns a value of type java.lang.String
-
testSetFilter
void testSetFilter(java.lang.String pVal)
The filter on the test set objects in the tree.
Setter method for the COM property "TestSetFilter"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-