Uses of Class
jenkins.plugins.shiningpanda.interpreters.Python

Packages that use Python
jenkins.plugins.shiningpanda.interpreters   
jenkins.plugins.shiningpanda.utils   
 

Uses of Python in jenkins.plugins.shiningpanda.interpreters
 

Subclasses of Python in jenkins.plugins.shiningpanda.interpreters
 class CPython
           
 class IronPython
           
 class Jython
           
 class PyPy
           
 class Virtualenv
           
 

Methods in jenkins.plugins.shiningpanda.interpreters that return Python
static Python Python.fromHome(hudson.FilePath home)
          Create a PYTHON interpreter from its home folder.
 

Methods in jenkins.plugins.shiningpanda.interpreters with parameters of type Python
 boolean Virtualenv.create(hudson.Launcher launcher, hudson.model.TaskListener listener, Workspace workspace, hudson.FilePath pwd, hudson.EnvVars environment, Python interpreter, boolean useDistribute, boolean systemSitePackages)
          Create this VIRTUALENV
static String Virtualenv.getSignature(Workspace workspace, Python interpreter, boolean useDistribute, boolean systemSitePackages)
          Get a virtual environment signature.
 boolean Virtualenv.isOutdated(Workspace workspace, Python interpreter, boolean useDistribute, boolean systemSitePackages)
          Check if this VIRTUALENV is out dated.
 

Uses of Python in jenkins.plugins.shiningpanda.utils
 

Methods in jenkins.plugins.shiningpanda.utils that return Python
static Python BuilderUtil.getInterpreter(hudson.Launcher launcher, hudson.model.BuildListener listener, hudson.EnvVars environment)
          Get the first available interpreter on the executor.
static Python BuilderUtil.getInterpreter(hudson.Launcher launcher, hudson.model.BuildListener listener, String home)
          Get an interpreter.
 

Methods in jenkins.plugins.shiningpanda.utils that return types with arguments of type Python
static List<Python> BuilderUtil.getInterpreters(hudson.Launcher launcher, hudson.model.BuildListener listener, hudson.EnvVars environment)
          Get the list of the valid interpreter on an executor.
 

Methods in jenkins.plugins.shiningpanda.utils with parameters of type Python
static boolean BuilderUtil.launch(hudson.Launcher launcher, hudson.model.BuildListener listener, hudson.FilePath pwd, hudson.EnvVars environment, Python interpreter, String nature, String command, boolean ignoreExitCode)
          Launch a command.
static List<hudson.FilePath> FilePathUtil.listSharedLibraries(Python interpreter)
          List the shared libraries of the provided interpreter.
 



Copyright © 2004-2012. All Rights Reserved.