Package com.mathworks.ci.pipeline
Class MatlabCommandStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
com.mathworks.ci.pipeline.MatlabCommandStepExecution
- All Implemented Interfaces:
Serializable
public class MatlabCommandStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMatlabCommandStepExecution
(MatlabActionFactory factory, org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabCommandStep step) MatlabCommandStepExecution
(org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabCommandStep 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
-
MatlabCommandStepExecution
public MatlabCommandStepExecution(MatlabActionFactory factory, org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabCommandStep step) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
MatlabCommandStepExecution
public MatlabCommandStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabCommandStep step) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
-
Method Details