Package step.repository.alm.otaclient
Interface ITestSetFolder3
- 
- All Superinterfaces:
- com4j.Com4jObject,- ISysTreeNode,- ITestSetFolder,- ITestSetFolder2
 - All Known Subinterfaces:
- ITestSetFolder4
 
 public interface ITestSetFolder3 extends ITestSetFolder2 Manages the tests and test sets included in one test set folder.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IListfolderFields()Returns the list of fields of the test set folder.java.lang.ObjectfolderFields(int index)java.lang.ObjecttargetCycle()The cycle to which the folder is assigned.voidtargetCycle(java.lang.Object pVal)The cycle to which the folder is assigned.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.ISysTreeNodeaddNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
 - 
Methods inherited from interface step.repository.alm.otaclient.ITestSetFolderaddNodeDisp, attachments, description, description, fatherDisp, fatherID, findTestSets, hasAttachment, move, removeNodeEx, subNodes, subNodes, testSetFactory, viewOrder, viewOrder
 - 
Methods inherited from interface step.repository.alm.otaclient.ITestSetFolder2findTestInstances
 
- 
 
- 
- 
- 
Method Detail- 
targetCyclevoid 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.
 
 - 
targetCyclejava.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
 
 - 
folderFieldsIList folderFields() Returns the list of fields of the test set folder. Getter method for the COM property "FolderFields" - Returns:
- Returns a value of type otaclient.IList
 
 - 
folderFieldsjava.lang.Object folderFields(int index) 
 
- 
 
-