public class WithPythonEnvStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
WithPythonEnvStep.DescriptorImpl |
protected static class |
WithPythonEnvStep.Execution |
| Constructor and Description |
|---|
WithPythonEnvStep(String pythonInstallation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPythonInstallation() |
String |
getRelativePythonEnvDirectory() |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) |
@DataBoundConstructor public WithPythonEnvStep(String pythonInstallation)
public String getPythonInstallation()
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExceptionpublic String getRelativePythonEnvDirectory()
Copyright © 2016–2017. All rights reserved.