Package com.cloudbees.groovy.cps.sandbox

Examples of com.cloudbees.groovy.cps.sandbox.DefaultInvoker


            /**
             * Environment to start executing the script in.
             * During sandbox execution, we need to call sandbox interceptor while executing asynchronous code.
             */
            private Env createInitialEnv() {
                return Envs.empty( isSandbox() ? new SandboxInvoker() : new DefaultInvoker());
            }
        });

        programPromise = f;

View Full Code Here

TOP

Related Classes of com.cloudbees.groovy.cps.sandbox.DefaultInvoker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.