Uses of Class
de.tsystems.mms.apm.performancesignature.dynatrace.model.TestMeasure
-
Packages that use TestMeasure Package Description de.tsystems.mms.apm.performancesignature.dynatrace.model -
-
Uses of TestMeasure in de.tsystems.mms.apm.performancesignature.dynatrace.model
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model that return TestMeasure Modifier and Type Method Description TestMeasure
TestResult. getMeasure(String metricGroup, String metric)
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model that return types with arguments of type TestMeasure Modifier and Type Method Description List<TestMeasure>
TestResult. getMeasures()
Get measuresMethods in de.tsystems.mms.apm.performancesignature.dynatrace.model with parameters of type TestMeasure Modifier and Type Method Description TestResult
TestResult. addMeasuresItem(TestMeasure measuresItem)
Method parameters in de.tsystems.mms.apm.performancesignature.dynatrace.model with type arguments of type TestMeasure Modifier and Type Method Description TestResult
TestResult. measures(List<TestMeasure> measures)
void
TestResult. setMeasures(List<TestMeasure> measures)
-