Interface ITestLabFolder
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IBaseFieldEx,- IBaseFieldExMail,- IObjectLockingSupport
 
 public interface ITestLabFolder extends IBaseFieldExMail Represents a test set folder.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjecttargetCycle()The cycle to which the folder is assigned.voidtargetCycle(java.lang.Object pVal)The cycle to which the folder is assigned.com4j.Com4jObjecttestInstanceFlatViewFactory()The TSTestFactory object for test instances flat view.com4j.Com4jObjecttestLabFolderFactory()The TestLabFolderFactory for direct child test folders.com4j.Com4jObjecttestSetFactory()The TestSetFactory object for direct child tests.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExMailmail
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
testLabFolderFactorycom4j.Com4jObject testLabFolderFactory() The TestLabFolderFactory for direct child test folders. Getter method for the COM property "TestLabFolderFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
testSetFactorycom4j.Com4jObject testSetFactory() The TestSetFactory object for direct child tests. Getter method for the COM property "TestSetFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
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
 
 - 
testInstanceFlatViewFactorycom4j.Com4jObject testInstanceFlatViewFactory() The TSTestFactory object for test instances flat view. Getter method for the COM property "TestInstanceFlatViewFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 
- 
 
-