Package com.mathworks.ci.actions
Class MatlabActionFactory
- java.lang.Object
-
- com.mathworks.ci.actions.MatlabActionFactory
-
- All Implemented Interfaces:
Serializable
public class MatlabActionFactory extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatlabActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunMatlabBuildAction
createAction(BuildActionParameters params)
RunMatlabCommandAction
createAction(CommandActionParameters params)
RunMatlabTestsAction
createAction(TestActionParameters params)
-
-
-
Method Detail
-
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
-
-