public class CommandActionParameters extends MatlabActionParameters
Constructor and Description |
---|
CommandActionParameters(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.EnvVars env,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
String startupOpts,
String command) |
CommandActionParameters(org.jenkinsci.plugins.workflow.steps.StepContext context,
String startupOpts,
String command) |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
getBuild, getEnvVars, getLauncher, getStartupOptions, getTaskListener, getWorkspace
public CommandActionParameters(org.jenkinsci.plugins.workflow.steps.StepContext context, String startupOpts, String command) throws IOException, InterruptedException
IOException
InterruptedException
public String getCommand()
Copyright © 2016–2024. All rights reserved.