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 TypeMethodDescriptionvoidParallelTestExecutor.setTestMode(TestMode testMode) voidSplitStep.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 TypeClassDescriptionclassThis mode works best with java projects.classThis mode works best with java projects.classThis mode works best with java projects.classEach exclusion/inclusion generates one line consisting of the test case name only.classEach 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 TestModeTestMode.fixDefault(TestMode testMode) static TestModeTestMode.getDefault()Methods in org.jenkinsci.plugins.parallel_test_executor.testmode with parameters of type TestMode