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>
Each exclusion/inclusion generates one line consisting of the class
 and test case name on a className.testName format.
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.jenkinsci.plugins.parallel_test_executor.testmode.TestCaseName
getTestEntitiesMap, getWordMethods inherited from class org.jenkinsci.plugins.parallel_test_executor.testmode.TestMode
estimate, fixDefault, getDefaultMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor 
- 
Constructor Details
- 
TestClassAndCaseName
@DataBoundConstructor public TestClassAndCaseName() 
 - 
 - 
Method Details
- 
isIncludeClassName
public boolean isIncludeClassName()- Overrides:
 isIncludeClassNamein classTestCaseName
 
 -