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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatlabRunTestsStepExecution(MatlabActionFactory factory, org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabTestsStep step)
MatlabRunTestsStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, RunMatlabTestsStep 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
-
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
-
-