Package com.mathworks.ci.actions
Class RunMatlabCommandAction
- java.lang.Object
-
- com.mathworks.ci.actions.MatlabAction
-
- com.mathworks.ci.actions.RunMatlabCommandAction
-
public class RunMatlabCommandAction extends MatlabAction
-
-
Constructor Summary
Constructors Constructor Description RunMatlabCommandAction(CommandActionParameters params)
RunMatlabCommandAction(MatlabCommandRunner runner, BuildConsoleAnnotator annotator, CommandActionParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class com.mathworks.ci.actions.MatlabAction
copyBuildPluginsToTemp, getActionID, setBuildEnvVars, teardownAction
-
-
-
-
Constructor Detail
-
RunMatlabCommandAction
public RunMatlabCommandAction(MatlabCommandRunner runner, BuildConsoleAnnotator annotator, CommandActionParameters params)
-
RunMatlabCommandAction
public RunMatlabCommandAction(CommandActionParameters params) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-
Method Detail
-
run
public void run() throws IOException, InterruptedException, MatlabExecutionException
-
-