Package com.mathworks.ci.parameters
Class CommandActionParameters
- java.lang.Object
-
- com.mathworks.ci.parameters.MatlabActionParameters
-
- com.mathworks.ci.parameters.CommandActionParameters
-
public class CommandActionParameters extends MatlabActionParameters
-
-
Constructor Summary
Constructors Constructor Description CommandActionParameters(Run<?,?> build, FilePath workspace, EnvVars env, Launcher launcher, TaskListener listener, String startupOpts, String command)
CommandActionParameters(org.jenkinsci.plugins.workflow.steps.StepContext context, String startupOpts, String command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommand()
-
Methods inherited from class com.mathworks.ci.parameters.MatlabActionParameters
getBuild, getEnvVars, getLauncher, getStartupOptions, getTaskListener, getWorkspace
-
-
-
-
Constructor Detail
-
CommandActionParameters
public CommandActionParameters(org.jenkinsci.plugins.workflow.steps.StepContext context, String startupOpts, String command) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-
Method Detail
-
getCommand
public String getCommand()
-
-