Package gg.xp.xivsupport.groovy
Class GroovyTriggers.Builder<X extends BaseEvent>
java.lang.Object
groovy.lang.GroovyObjectSupport
gg.xp.xivsupport.groovy.GroovyTriggers.Builder<X>
- All Implemented Interfaces:
groovy.lang.GroovyObject
- Enclosing class:
- GroovyTriggers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconcurrency(SequentialTriggerConcurrencyMode concurrencyMode) getBlock()getProperty(String propertyName) sequence(groovy.lang.Closure<?> sequentialTriggerBody) then(groovy.lang.Closure<?> handler) timeout(int timeout) Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
invokeMethod, setProperty
-
Constructor Details
-
Builder
public Builder(groovy.lang.Closure<?> closure)
-
-
Method Details
-
getProperty
-
named
-
type
-
when
-
then
-
concurrency
-
getBlock
-
getReplace
-
getConcurrent
-
sequence
public GroovyTriggers.Builder<X> sequence(@DelegatesTo(GroovySqHelper.class) groovy.lang.Closure<?> sequentialTriggerBody) -
timeout
-