Class Untrusted

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

public class Untrusted extends Object implements CallSiteTag
CallSiteTag to instruct SandboxInvoker that this code is untrusted and should be under sandbox check.
Author:
Kohsuke Kawaguchi
See Also:
  • Field Details

    • INSTANCE

      public static final Untrusted INSTANCE