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 Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Step
getDescriptor
-
Constructor Details
-
SplitStep
-
-
Method Details
-
getParallelism
-
isGenerateInclusions
public boolean isGenerateInclusions() -
setGenerateInclusions
@DataBoundSetter public void setGenerateInclusions(boolean generateInclusions) -
getTestMode
-
setTestMode
-
setEstimateTestsFromFiles
Deprecated.usesetTestMode(TestMode)instead.- Parameters:
estimateTestsFromFiles- true if we should estimate the tests from the files
-
isEstimateTestsFromFiles
Deprecated.usegetTestMode()()} insteadMethod kept only to make the snippet generator happy.- Returns:
- true if we should estimate the tests from the files
-
getStage
-
setStage
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
getTestMode()()} instead