public class HttpFlowDefinition
extends org.jenkinsci.plugins.workflow.flow.FlowDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpFlowDefinition.DescriptorImpl |
| Constructor and Description |
|---|
HttpFlowDefinition(String url,
String scriptPath) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution |
create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
hudson.model.TaskListener listener,
List<? extends hudson.model.Action> actions) |
String |
getScript() |
String |
getScriptPath() |
String |
getUrl() |
boolean |
isSandbox() |
void |
setSandbox(boolean sandbox) |
void |
setScript(String script) |
void |
setScriptPath(String scriptPath) |
void |
setUrl(String url) |
public org.jenkinsci.plugins.workflow.cps.CpsFlowExecution create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
hudson.model.TaskListener listener,
List<? extends hudson.model.Action> actions)
throws Exception
create in class org.jenkinsci.plugins.workflow.flow.FlowDefinitionExceptionpublic String getUrl()
public void setUrl(String url)
public String getScriptPath()
public void setScriptPath(String scriptPath)
public boolean isSandbox()
public void setSandbox(boolean sandbox)
public String getScript()
public void setScript(String script)
Copyright © 2016–2021. All rights reserved.