|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjenkins.plugins.shiningpanda.matrix.PythonAxisTree
public class PythonAxisTree
Constructor Summary | |
---|---|
PythonAxisTree()
Default constructor |
|
PythonAxisTree(String regex)
Constructor using fields |
Method Summary | |
---|---|
String |
getInterpreter(PythonInstallation installation)
Get the PYTHON interpreter name |
Set<String> |
getInterpreters(PythonInstallation[] installations)
Get the list of interpreters for the PYTHON installations |
String |
getVersion(PythonInstallation installation)
Get the PYTHON interpreter version |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PythonAxisTree()
public PythonAxisTree(String regex)
regex
- The REGEXMethod Detail |
---|
public Set<String> getInterpreters(PythonInstallation[] installations)
installations
- The PYTHON installations
public String getInterpreter(PythonInstallation installation)
installation
- The PYTHON installation
public String getVersion(PythonInstallation installation)
installation
- The PYTHON installation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |