Class SplitStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.parallel_test_executor.SplitStep
- All Implemented Interfaces:
- ExtensionPoint,- Describable<org.jenkinsci.plugins.workflow.steps.Step>
public final class SplitStep
extends org.jenkinsci.plugins.workflow.steps.Step
Allows the splitting logic to be accessed from a workflow.
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetStage()booleanDeprecated.booleanvoidsetEstimateTestsFromFiles(boolean estimateTestsFromFiles) Deprecated.usesetTestMode(TestMode)instead.voidsetGenerateInclusions(boolean generateInclusions) voidvoidsetTestMode(TestMode testMode) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor
- 
Constructor Details- 
SplitStep
 
- 
- 
Method Details- 
getParallelism
- 
isGenerateInclusionspublic boolean isGenerateInclusions()
- 
setGenerateInclusions@DataBoundSetter public void setGenerateInclusions(boolean generateInclusions) 
- 
getTestMode
- 
setTestMode
- 
setEstimateTestsFromFilesDeprecated.usesetTestMode(TestMode)instead.- Parameters:
- estimateTestsFromFiles- true if we should estimate the tests from the files
 
- 
isEstimateTestsFromFilesDeprecated.usegetTestMode()()} insteadMethod kept only to make the snippet generator happy.- Returns:
- true if we should estimate the tests from the files
 
- 
getStage
- 
setStage
- 
startpublic org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
- startin class- org.jenkinsci.plugins.workflow.steps.Step
- Throws:
- Exception
 
 
- 
getTestMode()()} instead