Uses of Class
org.jenkinsci.plugins.parallel_test_executor.TestEntity
Packages that use TestEntity
Package
Description
- 
Uses of TestEntity in org.jenkinsci.plugins.parallel_test_executor
Subclasses of TestEntity in org.jenkinsci.plugins.parallel_test_executorModifier and TypeClassDescriptionclassExecution time of a specific test case.classExecution time of a specific test class.Methods in org.jenkinsci.plugins.parallel_test_executor with parameters of type TestEntityMethod parameters in org.jenkinsci.plugins.parallel_test_executor with type arguments of type TestEntityModifier and TypeMethodDescriptionintCountDrivenParallelism.calculate(List<TestEntity> tests) abstract intParallelism.calculate(List<TestEntity> tests) intTimeDrivenParallelism.calculate(List<TestEntity> tests)  - 
Uses of TestEntity in org.jenkinsci.plugins.parallel_test_executor.testmode
Methods in org.jenkinsci.plugins.parallel_test_executor.testmode that return types with arguments of type TestEntityModifier 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)