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 TypeClassDescriptionclass
Execution time of a specific test case.class
Execution 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 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
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)