Package com.mathworks.ci.pipeline
Class MatlabRunTestsStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
com.mathworks.ci.pipeline.MatlabRunTestsStepExecution
- All Implemented Interfaces:
Serializable
public class MatlabRunTestsStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMatlabRunTestsStepExecution
(MatlabActionFactory factory, org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabTestsStep step) MatlabRunTestsStepExecution
(org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabTestsStep step) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
MatlabRunTestsStepExecution
public MatlabRunTestsStepExecution(MatlabActionFactory factory, org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabTestsStep step) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
MatlabRunTestsStepExecution
public MatlabRunTestsStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabTestsStep step) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
-
Method Details