javaposse.jobdsl.dsl.JobConfigurationNotFoundException.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 JobConfigurationNotFoundException extends RuntimeException {
public JobConfigurationNotFoundException(String jobName) {
super("The job with name " + jobName + " could not be found.")
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy