Uses of Class
org.jenkinsci.plugins.parallel_test_executor.testmode.TestMode
Packages that use TestMode
Package
Description
-
Uses of TestMode in org.jenkinsci.plugins.parallel_test_executor
Methods in org.jenkinsci.plugins.parallel_test_executor that return TestModeMethods in org.jenkinsci.plugins.parallel_test_executor with parameters of type TestModeModifier and TypeMethodDescriptionvoid
ParallelTestExecutor.setTestMode
(TestMode testMode) void
SplitStep.setTestMode
(TestMode testMode) -
Uses of TestMode in org.jenkinsci.plugins.parallel_test_executor.testmode
Subclasses of TestMode in org.jenkinsci.plugins.parallel_test_executor.testmodeModifier and TypeClassDescriptionclass
This mode works best with java projects.class
This mode works best with java projects.class
This mode works best with java projects.class
Each exclusion/inclusion generates one line consisting of the test case name only.class
Each exclusion/inclusion generates one line consisting of the class and test case name on a className.testName format.Methods in org.jenkinsci.plugins.parallel_test_executor.testmode that return TestModeModifier and TypeMethodDescriptionstatic TestMode
TestMode.fixDefault
(TestMode testMode) static TestMode
TestMode.getDefault()
Methods in org.jenkinsci.plugins.parallel_test_executor.testmode with parameters of type TestMode