jenkins.plugins.shiningpanda.tools
Class PythonInstallationFinder

java.lang.Object
  extended by jenkins.plugins.shiningpanda.tools.PythonInstallationFinder

public class PythonInstallationFinder
extends Object


Constructor Summary
PythonInstallationFinder()
           
 
Method Summary
static List<PythonInstallation> configure()
          Configure some installations.
static List<PythonInstallation> getInstallations()
          Get all available PYTHON installations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonInstallationFinder

public PythonInstallationFinder()
Method Detail

configure

public static List<PythonInstallation> configure()
                                          throws IOException,
                                                 InterruptedException
Configure some installations.

Returns:
The list of configured installations
Throws:
IOException
InterruptedException

getInstallations

public static List<PythonInstallation> getInstallations()
                                                 throws IOException,
                                                        InterruptedException
Get all available PYTHON installations.

Returns:
The available PYTHON installations
Throws:
InterruptedException
IOException


Copyright © 2004-2012. All Rights Reserved.