public abstract class DeclarativeAgent<A extends DeclarativeAgent<A>> extends WithScriptDescribable<A> implements hudson.ExtensionPoint
DeclarativeAgentDescriptor - pluggable agent backends for Declarative Pipelines.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
doCheckout |
protected boolean |
inStage |
| Constructor and Description |
|---|
DeclarativeAgent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasScmContext(org.jenkinsci.plugins.workflow.cps.CpsScript script) |
boolean |
isDoCheckout() |
boolean |
isInStage() |
void |
setDoCheckout(boolean doCheckout) |
void |
setInStage(boolean inStage) |
getDescriptor, getScriptpublic void setInStage(boolean inStage)
public boolean isInStage()
public void setDoCheckout(boolean doCheckout)
public boolean isDoCheckout()
public boolean hasScmContext(org.jenkinsci.plugins.workflow.cps.CpsScript script)
Copyright © 2016–2017. All rights reserved.