Class ChangeLogConditional.ChangelogConditionalScriptAllowlist

java.lang.Object
org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
org.jenkinsci.plugins.pipeline.modeldefinition.when.impl.ChangeLogConditional.ChangelogConditionalScriptAllowlist
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
ChangeLogConditional

@Extension public static class ChangeLogConditional.ChangelogConditionalScriptAllowlist extends org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
AbstractChangelogConditionalScriptAllowlist.groovy is a superclass of the Groovy scripts for some subclasses of DeclarativeStageConditional, 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