def build()

in src/main/groovy/grails/plugins/quartz/config/TriggersConfigBuilder.groovy [50:54]


    def build(closure) {
        closure.delegate = this
        closure.call()
        return triggers
    }