Interface IConfigurationCoverageFactory2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
,IConfigurationCoverageFactory
public interface IConfigurationCoverageFactory2 extends IConfigurationCoverageFactory
More services for managing coverage by test configurations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resetFullCoverageOfRequirmentContext()
For HP use.void
setFullCoverageOfRequirmentContext(int rootReqForFullCoverageID, java.lang.String rootReqForFullCoveragePath)
For HP use.-
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.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryEx
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IConfigurationCoverageFactory
resetCyclesContext, setCyclesContext
-
-
-
-
Method Detail
-
setFullCoverageOfRequirmentContext
void setFullCoverageOfRequirmentContext(int rootReqForFullCoverageID, java.lang.String rootReqForFullCoveragePath)
For HP use. Sets full coverage for requirement context to be used in NewList. must supply the root req Id and its abs path
- Parameters:
rootReqForFullCoverageID
- Mandatory int parameter.rootReqForFullCoveragePath
- Mandatory java.lang.String parameter.
-
resetFullCoverageOfRequirmentContext
void resetFullCoverageOfRequirmentContext()
For HP use. Resets full coverage for requirement context.
-
-