Package step.repository.alm.otaclient
Interface ISupportRBTAnalysisParent2
-
- All Superinterfaces:
com4j.Com4jObject
,ISupportRBTAnalysisParent
public interface ISupportRBTAnalysisParent2 extends ISupportRBTAnalysisParent
Represents Risk-based Quality Management analysis capabilities for the Req coclass.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
testingEffortForFCLevel(int fcLevel)
Hours needed to test a requirement with the given Functional Complexity.void
testingEffortForFCLevel(int fcLevel, int pHours)
Hours needed to test a requirement with the given Functional Complexity.-
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.otaclient.ISupportRBTAnalysisParent
analysisFilter, analysisFilter, analysisResultAggregatedRNDEffortsInHours, analysisResultAnalyzedDurationInHours, analysisResultCountCustomizedRequirements, analysisResultCountIgnoredRequirements, analysisResultCountNonCustomizedRequirements, analysisResultCountUnanalyzableRequirements, analysisResultCustomizedDurationInHours, analysisResultLastAnalysisDate, analyzeAndSave, analyzeButDontSave, applyPolicyOnResultMatix, availableTimeInHours, availableTimeInHours, fpLevelTestingEffortInHours, fpLevelTestingEffortInHours, isAnalyzed, resetPolicyToDefaults, testingEffortInHoursFromPolicyMatrix, testingLevelPercentage, testingLevelPercentage, testingPolicyMatrix, testingPolicyMatrix
-
-
-
-
Method Detail
-
testingEffortForFCLevel
int testingEffortForFCLevel(int fcLevel)
Hours needed to test a requirement with the given Functional Complexity.
Getter method for the COM property "TestingEffortForFCLevel"
- Parameters:
fcLevel
- Mandatory int parameter.- Returns:
- Returns a value of type int
-
testingEffortForFCLevel
void testingEffortForFCLevel(int fcLevel, int pHours)
Hours needed to test a requirement with the given Functional Complexity.
Setter method for the COM property "TestingEffortForFCLevel"
- Parameters:
fcLevel
- Mandatory int parameter.pHours
- Mandatory int parameter.
-
-