javaposse.jobdsl.dsl.helpers.Helper.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of job-dsl-core Show documentation
Show all versions of job-dsl-core Show documentation
Javaposse jenkins job-dsl-core
package javaposse.jobdsl.dsl.helpers
/**
* To use a Helper as a dsl Method it is added as a Delegate on Job, which means it needs to provide unique DSL names.
*/
interface Helper {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy