public class PyPy extends Python
Modifier | Constructor and Description |
---|---|
protected |
PyPy(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.
|
PyPy |
isPyPy()
Is this a PyPy implementation?
|
fromHome, getEnvironment, getHome, isCPython, isExecutable, isIronPython, isJython, isUnix, isValid, isVirtualenv, isWindows
protected PyPy(hudson.FilePath home) throws IOException, InterruptedException
home
- The home folderInterruptedException
IOException
public hudson.FilePath getExecutable() throws IOException, InterruptedException
Python
getExecutable
in class Python
IOException
InterruptedException
public Map<String,String> getEnvironment(boolean includeHomeKey) throws IOException, InterruptedException
Python
getEnvironment
in class Python
includeHomeKey
- If true, add home variable such as PYTHONHOMEIOException
InterruptedException
Copyright © 2004-2018. All Rights Reserved.