Class JavaTestCaseName
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<TestMode>
-
- org.jenkinsci.plugins.parallel_test_executor.testmode.TestMode
-
- org.jenkinsci.plugins.parallel_test_executor.testmode.JavaClassName
-
- org.jenkinsci.plugins.parallel_test_executor.testmode.JavaTestCaseName
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<TestMode>
public class JavaTestCaseName extends JavaClassName
This mode works best with java projects.Parallelize per java test case.
It is also able to estimate tests to run from the workspace content if no historical context could be found.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JavaTestCaseName.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description JavaTestCaseName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSplitByCase()
-
Methods inherited from class org.jenkinsci.plugins.parallel_test_executor.testmode.JavaClassName
estimate, getTestEntitiesMap, getWord
-
Methods inherited from class org.jenkinsci.plugins.parallel_test_executor.testmode.TestMode
fixDefault, getDefault
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
isSplitByCase
public boolean isSplitByCase()
- Overrides:
isSplitByCase
in classJavaClassName
-
-