Interface IReq3
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IObjectLockingSupport
,IReq
,IReq2
public interface IReq3 extends IReq2
For HP use. Represents a requirement for which testing must be performed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getCoverageTestConfigs(boolean recursive)
Returns the list of test configurations that cover the current requirement and, optionally, cover those of its children that match the requirement filter.IList
getCoverageTestConfigsByTestIds(java.lang.String testIDs, boolean recursive)
Returns the list of test configurations that cover the current requirement with filtered tests, and optionally, cover those of its descendents that match the requirement filter.IList
getLinkedEntities(ITraceabilityMatrixRelationSettings settings, com4j.Holder<java.lang.String> tableName)
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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
Methods inherited from interface step.repository.alm.v16.otaclient.IReq
addCoverage, addCoverageByFilter, addCoverageEx, author, author, comment, comment, count, getCoverList, getCoverListByFilter, hasCoverage, isFolder, isFolder, move, name, name, paragraph, path, priority, priority, product, product, removeCoverage, reqCoverageStatus, reqSummaryStatus, reviewed, reviewed, status, type, type
-
Methods inherited from interface step.repository.alm.v16.otaclient.IReq2
get_Icon, getCoverageTestsByReqFilter, hasReqTraceability, hasRichContent, parentId, parentId, populateTargetCycleToChildren, populateTargetReleaseToChildren, reqTraceFactory, requirementType, typeId, typeId
-
-
-
-
Method Detail
-
getLinkedEntities
IList getLinkedEntities(ITraceabilityMatrixRelationSettings settings, com4j.Holder<java.lang.String> tableName)
For HP use.
- Parameters:
settings
- Mandatory step.repository.alm.v16.otaclient.ITraceabilityMatrixRelationSettings parameter.tableName
- Mandatory Holderparameter. - Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
getCoverageTestConfigs
IList getCoverageTestConfigs(@DefaultValue("0") boolean recursive)
Returns the list of test configurations that cover the current requirement and, optionally, cover those of its children that match the requirement filter.
- Parameters:
recursive
- Optional parameter. Default value is false- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
getCoverageTestConfigsByTestIds
IList getCoverageTestConfigsByTestIds(java.lang.String testIDs, @DefaultValue("0") boolean recursive)
Returns the list of test configurations that cover the current requirement with filtered tests, and optionally, cover those of its descendents that match the requirement filter.
- Parameters:
testIDs
- Mandatory java.lang.String parameter.recursive
- Optional parameter. Default value is false- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-