com.terrafolio.gradle.plugins.jenkins.JenkinsServiceException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-jenkins-plugin Show documentation
Show all versions of gradle-jenkins-plugin Show documentation
This is a gradle plugin for programmatically configuring Jenkins jobs.
package com.terrafolio.gradle.plugins.jenkins;
public class JenkinsServiceException extends Exception {
public JenkinsServiceException() {
super();
}
public JenkinsServiceException(String arg0, Throwable arg1) {
super(arg0, arg1);
}
public JenkinsServiceException(String arg0) {
super(arg0);
}
public JenkinsServiceException(Throwable arg0) {
super(arg0);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy