com.progress.hudson.Messages 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!
// CHECKSTYLE:OFF
package com.progress.hudson;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
@SuppressWarnings({
"",
"PMD"
})
public class Messages {
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);
/**
* Started due to previous failed build
*
*/
public static String ScheduleFailedBuildsCause_Description() {
return holder.format("ScheduleFailedBuildsCause.Description");
}
/**
* Started due to previous failed build
*
*/
public static Localizable _ScheduleFailedBuildsCause_Description() {
return new Localizable(holder, "ScheduleFailedBuildsCause.Description");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy