A B C G I M N O P S T W 

A

addImports(String...) - Method in class org.jenkinsci.groovy.binder.GroovyWiringModule
 
addImports(Class...) - Method in class org.jenkinsci.groovy.binder.GroovyWiringModule
 
addStarImports(String...) - Method in class org.jenkinsci.groovy.binder.GroovyWiringModule
 
allOf(File) - Static method in class org.jenkinsci.groovy.binder.GroovyWiringModule
Creates that loads all the specified script files.

B

BinderCategory - Class in org.jenkinsci.groovy.binder
Mix-in for DSL.
BinderCategory() - Constructor for class org.jenkinsci.groovy.binder.BinderCategory
 
BinderClosureScript - Class in org.jenkinsci.groovy.binder
Script that provides DSL for Guice binder.
BinderClosureScript() - Constructor for class org.jenkinsci.groovy.binder.BinderClosureScript
 
BinderClosureScript(Binding) - Constructor for class org.jenkinsci.groovy.binder.BinderClosureScript
 

C

configure() - Method in class org.jenkinsci.groovy.binder.GroovyWiringModule
 
createShell() - Method in class org.jenkinsci.groovy.binder.GroovyWiringModule
Creates GroovyShell that controls how scripts are loaded.

G

getBinder() - Method in class org.jenkinsci.groovy.binder.BinderClosureScript
Expose Binder to the script.
getCompilerConfiguration() - Method in class org.jenkinsci.groovy.binder.GroovyWiringModule
 
getEnvs() - Method in class org.jenkinsci.groovy.binder.BinderClosureScript
Convenient access to environment variables.
getProperties() - Method in class org.jenkinsci.groovy.binder.BinderClosureScript
Convenient access to system properties.
getProperty(String) - Method in class org.jenkinsci.groovy.binder.BinderClosureScript
 
GroovyWiringModule - Class in org.jenkinsci.groovy.binder
Loads Groovy binder DSL as Module.
GroovyWiringModule(URL...) - Constructor for class org.jenkinsci.groovy.binder.GroovyWiringModule
 
GroovyWiringModule(Collection<URL>) - Constructor for class org.jenkinsci.groovy.binder.GroovyWiringModule
 

I

invokeMethod(String, Object) - Method in class org.jenkinsci.groovy.binder.BinderClosureScript
 

M

module(Closure) - Method in class org.jenkinsci.groovy.binder.BinderClosureScript
Given a closure that uses Groovy binder DSL, wrap that into a Guice Module.

N

named(AnnotatedBindingBuilder<T>, String) - Static method in class org.jenkinsci.groovy.binder.BinderCategory
 

O

org.jenkinsci.groovy.binder - package org.jenkinsci.groovy.binder
 
overrideWith(Module, Module) - Static method in class org.jenkinsci.groovy.binder.BinderCategory
 

P

plus(Module, Module) - Static method in class org.jenkinsci.groovy.binder.BinderCategory
Allow modules to be combined like "m1+m2"

S

setBinder(Binder) - Method in class org.jenkinsci.groovy.binder.BinderClosureScript
Sets the delegation target.
setProperty(String, Object) - Method in class org.jenkinsci.groovy.binder.BinderClosureScript
Convenience method to bind simple properties

T

to(Class<T>, Class<? extends T>) - Static method in class org.jenkinsci.groovy.binder.BinderCategory
 
to(Class<T>, Provider<? extends T>) - Static method in class org.jenkinsci.groovy.binder.BinderCategory
 
toInstance(Class<T>, T) - Static method in class org.jenkinsci.groovy.binder.BinderCategory
 

W

withClassLoader(ClassLoader) - Method in class org.jenkinsci.groovy.binder.GroovyWiringModule
Sets the class loader that determines what classes Groovy wiring script will see.
withLogLevel(Level) - Method in class org.jenkinsci.groovy.binder.GroovyWiringModule
Tweaks the logging level to report which scripts are loaded.
A B C G I M N O P S T W 

Copyright © 2004-2014. All Rights Reserved.