Package jenkins.util.groovy
Class AbstractGroovyViewModule
java.lang.Object
groovy.lang.GroovyObjectSupport
jenkins.util.groovy.AbstractGroovyViewModule
- All Implemented Interfaces:
 groovy.lang.GroovyObject
public abstract class AbstractGroovyViewModule
extends groovy.lang.GroovyObjectSupport
Base class for utility classes for Groovy view scripts
 
Usage from script of a subclass, say ViewHelper:
 new ViewHelper(delegate).method();
 
 see ModularizeViewScript in ui-samples for an example how to use
 this class.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionorg.kohsuke.stapler.jelly.groovy.JellyBuilderorg.kohsuke.stapler.jelly.groovy.Namespace - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractGroovyViewModule(org.kohsuke.stapler.jelly.groovy.JellyBuilder b)  - 
Method Summary
Modifier and TypeMethodDescriptionmethodMissing(String name, Object args) propertyMissing(String name) voidpropertyMissing(String name, Object value) Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty 
- 
Field Details
- 
builder
public org.kohsuke.stapler.jelly.groovy.JellyBuilder builder - 
f
 - 
l
 - 
t
 - 
st
public org.kohsuke.stapler.jelly.groovy.Namespace st 
 - 
 - 
Constructor Details
- 
AbstractGroovyViewModule
protected AbstractGroovyViewModule(org.kohsuke.stapler.jelly.groovy.JellyBuilder b)  
 - 
 - 
Method Details
- 
methodMissing
 - 
propertyMissing
 - 
propertyMissing
 
 -