|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PythonInstallation | |
---|---|
jenkins.plugins.shiningpanda.builders | |
jenkins.plugins.shiningpanda.matrix | |
jenkins.plugins.shiningpanda.tools | |
jenkins.plugins.shiningpanda.utils |
Uses of PythonInstallation in jenkins.plugins.shiningpanda.builders |
---|
Methods in jenkins.plugins.shiningpanda.builders that return PythonInstallation | |
---|---|
PythonInstallation[] |
VirtualenvBuilder.DescriptorImpl.getInstallations()
Get the PYTHON installations. |
PythonInstallation[] |
PythonBuilder.DescriptorImpl.getInstallations()
Get the PYTHON installations. |
PythonInstallation[] |
BuildoutBuilder.DescriptorImpl.getInstallations()
Get the PYTHON installations. |
Uses of PythonInstallation in jenkins.plugins.shiningpanda.matrix |
---|
Methods in jenkins.plugins.shiningpanda.matrix that return PythonInstallation | |
---|---|
PythonInstallation[] |
PythonAxis.DescriptorImpl.getInstallations()
Get the list of PYTHON installations. |
Methods in jenkins.plugins.shiningpanda.matrix with parameters of type PythonInstallation | |
---|---|
String |
PythonAxis.DescriptorImpl.buildCheckBox(PythonInstallation installation)
Build the tree check box |
String |
PythonAxisTree.getInterpreter(PythonInstallation installation)
Get the PYTHON interpreter name |
Set<String> |
PythonAxisTree.getInterpreters(PythonInstallation[] installations)
Get the list of interpreters for the PYTHON installations |
String |
PythonAxisTree.getVersion(PythonInstallation installation)
Get the PYTHON interpreter version |
Uses of PythonInstallation in jenkins.plugins.shiningpanda.tools |
---|
Methods in jenkins.plugins.shiningpanda.tools that return PythonInstallation | |
---|---|
PythonInstallation |
PythonInstallation.forBuild(hudson.model.TaskListener listener,
hudson.EnvVars environment)
Get the installation for the provided build. |
PythonInstallation |
PythonInstallation.forEnvironment(hudson.EnvVars environment)
Get the installation for the environment. |
PythonInstallation |
PythonInstallation.forNode(hudson.model.Node node,
hudson.model.TaskListener listener)
Get the installation for the provided node. |
static PythonInstallation |
PythonInstallation.fromName(String name)
Get the installation from its name. |
PythonInstallation[] |
PythonInstallation.DescriptorImpl.getInstallations()
|
static PythonInstallation[] |
PythonInstallation.list()
Get the installations. |
Methods in jenkins.plugins.shiningpanda.tools that return types with arguments of type PythonInstallation | |
---|---|
static List<PythonInstallation> |
PythonInstallationFinder.configure()
Configure some installations. |
static List<PythonInstallation> |
PythonInstallationFinder.getInstallations()
Get all available PYTHON installations. |
Methods in jenkins.plugins.shiningpanda.tools with parameters of type PythonInstallation | |
---|---|
void |
PythonInstallation.DescriptorImpl.setInstallations(PythonInstallation... installations)
|
Uses of PythonInstallation in jenkins.plugins.shiningpanda.utils |
---|
Methods in jenkins.plugins.shiningpanda.utils that return PythonInstallation | |
---|---|
static PythonInstallation |
BuilderUtil.getInstallation(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
hudson.EnvVars environment,
String name)
Get the PYTHON installation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |