public interface IReqCoverageInformation
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
Object |
getCoverageEntitiesSummary(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.
|
Object getCoverageEntitiesSummary(String filter, IList coverageByCycles)
Returns the amount of covering enitities according to their status.
filter
- Mandatory java.lang.String parameter.coverageByCycles
- Mandatory otaclient.IList parameter.void setCyclesContext(IList coverageByCycles)
Sets cycle context for the ReqCoverageFactory to be used in NewList.
coverageByCycles
- Mandatory otaclient.IList parameter.void resetCyclesContext()
Resets cycle context.
Copyright © 2020. All rights reserved.