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:
-
Constructor Summary
ConstructorsConstructorDescriptionMatlabBuildStepExecution
(MatlabActionFactory factory, org.jenkinsci.plugins.workflow.steps.StepContext ctx, RunMatlabBuildStep step) MatlabBuildStepExecution
(org.jenkinsci.plugins.workflow.steps.StepContext ctx, RunMatlabBuildStep 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
-
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
-
-
Method Details