Class DockerPipeline
java.lang.Object
hudson.model.AbstractDescribableImpl<T>
org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable<A>
org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent<D>
org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerAgent<DockerPipeline>
org.jenkinsci.plugins.docker.workflow.declarative.DockerPipeline
- All Implemented Interfaces:
ExtensionPoint
,Describable<DockerPipeline>
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerAgent
AbstractDockerAgent.ChangelogConditionalScriptAllowlist
Nested classes/interfaces inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent.CheckoutScriptAllowlist
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerAgent
args, containerPerStageRoot, customWorkspace, label, registryCredentialsId, registryUrl, reuseNode
Fields inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
doCheckout, inStage, subdirectory
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerAgent
getArgs, getCustomWorkspace, getLabel, getRegistryCredentialsId, getRegistryUrl, getReuseNode, initialize, isContainerPerStageRoot, reuseRootAgent, setArgs, setContainerPerStageRoot, setCustomWorkspace, setLabel, setRegistryCredentialsId, setRegistryUrl, setReuseNode
Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
copyFlags, getDescriptor, getScript, getSubdirectory, hasScmContext, isDoCheckout, isInStage, setDoCheckout, setInStage, setSubdirectory
-
Constructor Details
-
DockerPipeline
-
-
Method Details
-
getImage
-
setAlwaysPull
@DataBoundSetter public void setAlwaysPull(boolean alwaysPull) -
isAlwaysPull
public boolean isAlwaysPull()
-