Package com.mathworks.ci.actions
Class MatlabActionFactory
java.lang.Object
com.mathworks.ci.actions.MatlabActionFactory
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAction
(BuildActionParameters params) createAction
(CommandActionParameters params) createAction
(TestActionParameters params)
-
Constructor Details
-
MatlabActionFactory
public MatlabActionFactory()
-
-
Method Details
-
createAction
public RunMatlabCommandAction createAction(CommandActionParameters params) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
createAction
public RunMatlabBuildAction createAction(BuildActionParameters params) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
createAction
public RunMatlabTestsAction createAction(TestActionParameters params) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-