All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javaposse.jobdsl.dsl.helpers.step.SystemGroovyContext.groovy Maven / Gradle / Ivy

There is a newer version: 1.22-rxd-2
Show newest version
package javaposse.jobdsl.dsl.helpers.step


class SystemGroovyContext extends AbstractGroovyContext {
    Map bindings = [:]

    def binding(String name, String value) {
        bindings[name] = value
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy