Interface ITestSetFolder3
-
- All Superinterfaces:
com4j.Com4jObject
,ISysTreeNode
,ITestSetFolder
,ITestSetFolder2
- All Known Subinterfaces:
ITestSetFolder4
public interface ITestSetFolder3 extends ITestSetFolder2
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 IList
folderFields()
Returns the list of fields of the test set folder.java.lang.Object
folderFields(int index)
java.lang.Object
targetCycle()
The cycle to which the folder is assigned.void
targetCycle(java.lang.Object pVal)
The cycle to which the folder is assigned.-
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
-
-
-
-
Method Detail
-
targetCycle
void targetCycle(java.lang.Object pVal)
The cycle to which the folder is assigned.
Setter method for the COM property "TargetCycle"
- Parameters:
pVal
- Mandatory java.lang.Object parameter.
-
targetCycle
java.lang.Object targetCycle()
The cycle to which the folder is assigned.
Getter method for the COM property "TargetCycle"
- Returns:
- Returns a value of type java.lang.Object
-
folderFields
IList folderFields()
Returns the list of fields of the test set folder.
Getter method for the COM property "FolderFields"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
folderFields
java.lang.Object folderFields(int index)
-
-