public abstract class PyEnvDurableTaskBase extends org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep implements Serializable
| Constructor and Description |
|---|
PyEnvDurableTaskBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.jenkinsci.plugins.durabletask.DurableTask |
getDurableTask(String fullScript) |
abstract String |
getFullScript(String directoryName) |
protected void |
setTask(org.jenkinsci.plugins.durabletask.DurableTask task) |
protected List<String> |
splitWhileRespectingQuotes(String script,
boolean stripQuotes) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
protected org.jenkinsci.plugins.durabletask.DurableTask |
task() |
protected org.jenkinsci.plugins.durabletask.DurableTask task()
task in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStepprotected void setTask(org.jenkinsci.plugins.durabletask.DurableTask task)
protected abstract org.jenkinsci.plugins.durabletask.DurableTask getDurableTask(String fullScript)
protected List<String> splitWhileRespectingQuotes(String script, boolean stripQuotes)
Copyright © 2016–2017. All rights reserved.