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 classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetStage()
boolean
Deprecated.boolean
void
setEstimateTestsFromFiles
(boolean estimateTestsFromFiles) Deprecated.usesetTestMode(TestMode)
instead.void
setGenerateInclusions
(boolean generateInclusions) void
void
setTestMode
(TestMode testMode) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(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:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
getTestMode()
()} instead