Uses of Class
de.tsystems.mms.apm.performancesignature.dynatrace.model.TestRun
-
Packages that use TestRun Package Description de.tsystems.mms.apm.performancesignature.dynatrace.model de.tsystems.mms.apm.performancesignature.ui -
-
Uses of TestRun in de.tsystems.mms.apm.performancesignature.dynatrace.model
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model that return TestRun Modifier and Type Method Description static TestRun
TestRun. mergeTestRuns(List<TestRun> testRuns)
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model that return types with arguments of type TestRun Modifier and Type Method Description List<TestRun>
PerfSigTestData. getTestRuns()
Method parameters in de.tsystems.mms.apm.performancesignature.dynatrace.model with type arguments of type TestRun Modifier and Type Method Description static TestRun
TestRun. mergeTestRuns(List<TestRun> testRuns)
Constructor parameters in de.tsystems.mms.apm.performancesignature.dynatrace.model with type arguments of type TestRun Constructor Description PerfSigTestData(List<TestRun> testRuns)
-
Uses of TestRun in de.tsystems.mms.apm.performancesignature.ui
Methods in de.tsystems.mms.apm.performancesignature.ui that return TestRun Modifier and Type Method Description TestRun
PerfSigTestAction. getMatchingTestRun()
TestRun
PerfSigProjectAction. getTestRun(Run<?,?> run)
-