public class IronPython extends Python
| Modifier | Constructor and Description |
|---|---|
protected |
IronPython(hudson.FilePath home)
Constructor using fields
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getEnvironment(boolean includeHomeKey)
Get the environment for this interpreter.
|
hudson.FilePath |
getExecutable()
Get the PYTHON executable.
|
IronPython |
isIronPython()
Is this a IronPython implementation?
|
fromHome, getEnvironment, getHome, isCPython, isExecutable, isJython, isPyPy, isUnix, isValid, isVirtualenv, isWindowsprotected IronPython(hudson.FilePath home)
throws IOException,
InterruptedException
home - The home folderInterruptedExceptionIOExceptionpublic IronPython isIronPython()
PythonisIronPython in class Pythonpublic hudson.FilePath getExecutable()
throws IOException,
InterruptedException
PythongetExecutable in class PythonIOExceptionInterruptedExceptionpublic Map<String,String> getEnvironment(boolean includeHomeKey) throws IOException, InterruptedException
PythongetEnvironment in class PythonincludeHomeKey - If true, add home variable such as PYTHONHOMEIOExceptionInterruptedExceptionCopyright © 2004-2018. All Rights Reserved.