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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatlabCommandStepExecution(MatlabActionFactory factory, org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabCommandStep step)
MatlabCommandStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabCommandStep step)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
run()
void
stop(Throwable cause)
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start
-
-
-
-
Constructor Detail
-
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
-
-