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.
  • Constructor Details

    • ChangelogConditionalScriptAllowlist

      public ChangelogConditionalScriptAllowlist()
  • Method Details

    • isAllowed

      public boolean isAllowed(String groovyResourceUrl)
      Specified by:
      isAllowed in class org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist