public class PythonCommand extends Command
Modifier | Constructor and Description |
---|---|
protected |
PythonCommand(boolean isUnix,
String executable,
String command,
boolean ignoreExitCode)
Constructor using fields.
|
Modifier and Type | Method and Description |
---|---|
protected hudson.util.ArgumentListBuilder |
getArguments(hudson.FilePath script)
Get the command line to execute.
|
protected String |
getContents()
Get the content of the script file
|
protected String |
getExtension()
Get the extension of the script file.
|
createScriptFile, get, getCommand, getEnvironment, isExitCodeIgnored, launch
protected String getExtension()
Command
getExtension
in class Command
protected String getContents()
Command
getContents
in class Command
protected hudson.util.ArgumentListBuilder getArguments(hudson.FilePath script)
Command
getArguments
in class Command
script
- The script to executeCopyright © 2004-2018. All Rights Reserved.