Package com.mathworks.ci.pipeline
Class MatlabBuildStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
-
- com.mathworks.ci.pipeline.MatlabBuildStepExecution
-
- All Implemented Interfaces:
Serializable
public class MatlabBuildStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatlabBuildStepExecution(MatlabActionFactory factory, org.jenkinsci.plugins.workflow.steps.StepContext ctx, RunMatlabBuildStep step)
MatlabBuildStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext ctx, RunMatlabBuildStep 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
-
MatlabBuildStepExecution
public MatlabBuildStepExecution(MatlabActionFactory factory, org.jenkinsci.plugins.workflow.steps.StepContext ctx, RunMatlabBuildStep step) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
MatlabBuildStepExecution
public MatlabBuildStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext ctx, RunMatlabBuildStep step) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-