Class 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 Detail

      • ChangelogConditionalScriptAllowlist

        public ChangelogConditionalScriptAllowlist()
    • Method Detail

      • isAllowed

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