javaposse.jobdsl.dsl.helpers.Context.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;
/**
* Marker interface to indicate that this is the context from the DSL method having run, it still
* needs to be consumed by generateWithXmlClosure
*/
public interface Context {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy