Package com.mathworks.ci
Class MatlabCommandStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
-
- com.mathworks.ci.MatlabCommandStepExecution
-
- All Implemented Interfaces:
MatlabBuild
,Serializable
public class MatlabCommandStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void> implements MatlabBuild
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatlabCommandStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, String command)
-
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
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.mathworks.ci.MatlabBuild
copyFileInWorkspace, getFilePathForUniqueFolder, getProcessToRunMatlabCommand, getRunnerScript, getUniqueNameForRunnerFile, getValidMatlabFileName, prepareTmpFldr
-
-