Package | Description |
---|---|
jenkins.plugins.shiningpanda.interpreters | |
jenkins.plugins.shiningpanda.workspace |
Modifier and Type | Method and Description |
---|---|
boolean |
Virtualenv.buildout(hudson.Launcher launcher,
hudson.model.TaskListener listener,
Workspace workspace,
hudson.FilePath pwd,
hudson.EnvVars environment,
String buildoutCfg)
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 systemSitePackages)
Create this VIRTUALENV
|
static String |
Virtualenv.getSignature(Workspace workspace,
Python interpreter,
boolean systemSitePackages)
Get a virtual environment signature.
|
boolean |
Virtualenv.isOutdated(Workspace workspace,
Python interpreter,
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MasterWorkspace |
class |
SlaveWorkspace |
Modifier and Type | Method and Description |
---|---|
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-2018. All Rights Reserved.