public class CpsHttpFlowDefinition
extends org.jenkinsci.plugins.workflow.flow.FlowDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
CpsHttpFlowDefinition.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
CpsHttpFlowDefinition(String scriptUrl,
int retryCount,
CachingConfiguration cachingConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution |
create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
TaskListener listener,
List<? extends Action> actions) |
CachingConfiguration |
getCachingConfiguration() |
String |
getCredentialsId() |
Instant |
getExpirationDate() |
int |
getRetryCount() |
String |
getScriptUrl() |
void |
setCredentialsId(String credentialsId) |
@DataBoundConstructor public CpsHttpFlowDefinition(String scriptUrl, int retryCount, CachingConfiguration cachingConfiguration)
public String getScriptUrl()
public int getRetryCount()
public CachingConfiguration getCachingConfiguration()
public Instant getExpirationDate()
public String getCredentialsId()
@DataBoundSetter public void setCredentialsId(String credentialsId)
public org.jenkinsci.plugins.workflow.cps.CpsFlowExecution create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
TaskListener listener,
List<? extends Action> actions)
throws Exception
create in class org.jenkinsci.plugins.workflow.flow.FlowDefinitionExceptionCopyright © 2016–2019. All rights reserved.