class TriggersConfigBuilder extends BuilderSupport
Groovy Builder for parsing triggers configuration info.
| Type | Name and description |
|---|---|
GrailsApplication |
grailsApplication |
java.lang.Object |
triggers |
| Constructor and description |
|---|
TriggersConfigBuilder(java.lang.String jobName, GrailsApplication grailsApplication) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
build(java.lang.Object closure)Evaluate triggers closure |
|
protected java.lang.Object |
createNode(java.lang.Object name)Implements the BuilderSupport method. |
|
protected java.lang.Object |
createNode(java.lang.Object name, java.lang.Object value)Implements the BuilderSupport method. |
|
protected java.lang.Object |
createNode(java.lang.Object name, java.util.Map attributes)Implements the BuilderSupport method. |
|
protected java.lang.Object |
createNode(java.lang.Object name, java.util.Map attributes, java.lang.Object value)Create a trigger. |
|
Expando |
createTrigger(java.lang.Object name, java.util.Map attributes)Create a trigger. |
|
protected void |
setParent(java.lang.Object parent, java.lang.Object child)Does nothing. |
| Methods inherited from class | Name |
|---|---|
class BuilderSupport |
equals, getClass, getMetaClass, getProperty, hashCode, invokeMethod, invokeMethod, notify, notifyAll, setMetaClass, setProperty, toString, wait, wait, wait |
Evaluate triggers closure
Implements the BuilderSupport method.
Implements the BuilderSupport method.
Implements the BuilderSupport method.
Create a trigger. Implements the BuilderSupport method.
Create a trigger.
name - the name of the method to create trigger. It's trigger type: simple, cron, custom.attributes - trigger attributesDoes nothing. Implements the BuilderSupport method.