Class TestClassAndCaseName
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<TestMode>
-
- org.jenkinsci.plugins.parallel_test_executor.testmode.TestMode
-
- org.jenkinsci.plugins.parallel_test_executor.testmode.TestCaseName
-
- org.jenkinsci.plugins.parallel_test_executor.testmode.TestClassAndCaseName
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<TestMode>
public class TestClassAndCaseName extends TestCaseName
Each exclusion/inclusion generates one line consisting of the class and test case name on a className.testName format.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestClassAndCaseName.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description TestClassAndCaseName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isIncludeClassName()
-
Methods inherited from class org.jenkinsci.plugins.parallel_test_executor.testmode.TestCaseName
getTestEntitiesMap, getWord
-
Methods inherited from class org.jenkinsci.plugins.parallel_test_executor.testmode.TestMode
estimate, fixDefault, getDefault
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
isIncludeClassName
public boolean isIncludeClassName()
- Overrides:
isIncludeClassName
in classTestCaseName
-
-