com.progress.hudson.ScheduleFailedBuildsCause Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of schedule-failed-builds Show documentation
Show all versions of schedule-failed-builds Show documentation
This plugin allows you to trigger a build N minutes after a build failed.
The newest version!
package com.progress.hudson;
import hudson.model.Cause;
/**
* {@link Cause} for builds triggered by this plugin.
* @author [email protected]
*/
public class ScheduleFailedBuildsCause extends Cause {
@Override
public String getShortDescription() {
return Messages.ScheduleFailedBuildsCause_Description();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy