javaposse.jobdsl.dsl.JobTemplateMissingException.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
/**
* @author aharmel-law
*/
public class JobTemplateMissingException extends RuntimeException {
private JobTemplateMissingException(String templateName) {
super("The template job with name ${templateName} does not exist.")
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy