com.tikal.jenkins.plugins.multijob.AbstractBuildParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jenkins-multijob-plugin Show documentation
Show all versions of jenkins-multijob-plugin Show documentation
Enabling full hierarchy of Jenkins jobs
The newest version!
package com.tikal.jenkins.plugins.multijob;
import hudson.model.AbstractBuild;
import hudson.model.AbstractDescribableImpl;
import hudson.model.AbstractProject;
import hudson.model.Action;
import hudson.model.Describable;
import hudson.model.Descriptor;
import hudson.model.Hudson;
import hudson.model.TaskListener;
import java.io.IOException;
public abstract class AbstractBuildParameters extends AbstractDescribableImpl {
public abstract Action getAction(AbstractBuild,?> build, TaskListener listener, AbstractProject project)
throws IOException, InterruptedException;
public static class DontTriggerException extends Exception {}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy