Uses of Class
org.jenkinsci.plugins.parallel_test_executor.TestEntity
Package
Description
-
Uses of TestEntity in org.jenkinsci.plugins.parallel_test_executor
Modifier and TypeClassDescriptionclass
Execution time of a specific test case.class
Execution time of a specific test class.Modifier and TypeMethodDescriptionint
CountDrivenParallelism.calculate
(List<TestEntity> tests) abstract int
Parallelism.calculate
(List<TestEntity> tests) int
TimeDrivenParallelism.calculate
(List<TestEntity> tests) -
Uses of TestEntity in org.jenkinsci.plugins.parallel_test_executor.testmode
Modifier and TypeMethodDescriptionJavaClassName.estimate
(FilePath workspace, TaskListener listener) TestMode.estimate
(FilePath workspace, TaskListener listener) This method will be called if no historical test results can be found.JavaClassName.getTestEntitiesMap
(hudson.tasks.junit.ClassResult classResult) TestCaseName.getTestEntitiesMap
(hudson.tasks.junit.ClassResult classResult) abstract Map<String,
TestEntity> TestMode.getTestEntitiesMap
(hudson.tasks.junit.ClassResult classResult)