Package step.repository.alm.otaclient
Interface IReqCoverageInformation
-
- All Superinterfaces:
com4j.Com4jObject
public interface IReqCoverageInformation extends com4j.Com4jObject
Services for managing requirement coverage information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getCoverageEntitiesSummary(java.lang.String filter, IList coverageByCycles)
Returns the amount of covering enitities according to their status.void
resetCyclesContext()
Resets cycle context.void
setCyclesContext(IList coverageByCycles)
Sets cycle context for the ReqCoverageFactory to be used in NewList.
-
-
-
Method Detail
-
getCoverageEntitiesSummary
java.lang.Object getCoverageEntitiesSummary(java.lang.String filter, IList coverageByCycles)
Returns the amount of covering enitities according to their status.
- Parameters:
filter
- Mandatory java.lang.String parameter.coverageByCycles
- Mandatory otaclient.IList parameter.- Returns:
- Returns a value of type java.lang.Object
-
setCyclesContext
void setCyclesContext(IList coverageByCycles)
Sets cycle context for the ReqCoverageFactory to be used in NewList.
- Parameters:
coverageByCycles
- Mandatory otaclient.IList parameter.
-
resetCyclesContext
void resetCyclesContext()
Resets cycle context.
-
-