Class AbstractDockerAgent.ChangelogConditionalScriptAllowlist
java.lang.Object
org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerAgent.ChangelogConditionalScriptAllowlist
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- AbstractDockerAgent<D extends AbstractDockerAgent<D>>
@Extension
public static class AbstractDockerAgent.ChangelogConditionalScriptAllowlist
extends org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
AbstractDockerPipelineScript.groovy is a superclass of the Groovy scripts for subclasses of
AbstractDockerAgent
, but does not have any direct equivalent Java class, so we just allow it here.-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist.DefaultAllowlist
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
all
-
Constructor Details
-
ChangelogConditionalScriptAllowlist
public ChangelogConditionalScriptAllowlist()
-
-
Method Details
-
isAllowed
- Specified by:
isAllowed
in classorg.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
-