Class Trusted

java.lang.Object
com.cloudbees.groovy.cps.sandbox.Trusted
All Implemented Interfaces:
CallSiteTag, Serializable

public final class Trusted extends Object implements CallSiteTag
CallSiteTag to instruct SandboxInvoker that this code is trusted and will bypass sandbox check.
Author:
Kohsuke Kawaguchi
See Also:
  • Field Details

    • INSTANCE

      public static final Trusted INSTANCE