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 |
|---|---|
abstract hudson.util.ArgumentListBuilder |
getArgumentList(String directoryName) |
protected abstract org.jenkinsci.plugins.durabletask.DurableTask |
getDurableTask(String fullScript) |
protected void |
setTask(org.jenkinsci.plugins.durabletask.DurableTask task) |
protected List<String> |
splitWhileRespectingQuotes(String script) |
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)
public abstract hudson.util.ArgumentListBuilder getArgumentList(String directoryName)
Copyright © 2016–2017. All rights reserved.