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>
This mode works best with java projects.
Parallelize per java test case ingoring parameters if present.
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/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
JavaTestCaseName
@DataBoundConstructor public JavaTestCaseName()
-
-
Method Details
-
isSplitByCase
public boolean isSplitByCase()- Overrides:
isSplitByCase
in classJavaClassName
-
useParameters
public boolean useParameters()- Overrides:
useParameters
in classJavaClassName
-