Uses of Class
jenkins.plugins.shiningpanda.workspace.Workspace

Packages that use Workspace
jenkins.plugins.shiningpanda.interpreters   
jenkins.plugins.shiningpanda.workspace   
 

Uses of Workspace in jenkins.plugins.shiningpanda.interpreters
 

Methods in jenkins.plugins.shiningpanda.interpreters with parameters of type Workspace
 boolean Virtualenv.buildout(hudson.Launcher launcher, hudson.model.TaskListener listener, Workspace workspace, hudson.FilePath pwd, hudson.EnvVars environment, String buildoutCfg, boolean useDistribute)
          Bootstrap BUILDOUT and start its binary.
 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.
 boolean Virtualenv.pipInstall(hudson.Launcher launcher, hudson.model.TaskListener listener, Workspace workspace, hudson.FilePath pwd, hudson.EnvVars environment, String packageName)
          Install a package with PIP.
 

Uses of Workspace in jenkins.plugins.shiningpanda.workspace
 

Subclasses of Workspace in jenkins.plugins.shiningpanda.workspace
 class MasterWorkspace
           
 class SlaveWorkspace
           
 

Methods in jenkins.plugins.shiningpanda.workspace that return Workspace
static Workspace Workspace.fromBuild(hudson.model.AbstractBuild<?,?> build)
          Create a workspace from the build.
static Workspace Workspace.fromHome(hudson.FilePath home)
          Create the workspace from its home folder.
static Workspace Workspace.fromNode(hudson.model.Node node, hudson.model.AbstractProject<?,?> project, String name)
          Create a workspace from the node and the project.
static Workspace Workspace.fromProject(hudson.model.Project<?,?> project, String name)
          Get a workspace from a project.
 



Copyright © 2004-2012. All Rights Reserved.