
hudson.model.queue.Messages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hudson-core Show documentation
Show all versions of hudson-core Show documentation
Contains the core Hudson code and view files to render HTML.
The newest version!
// CHECKSTYLE:OFF
package hudson.model.queue;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
@SuppressWarnings({
"",
"PMD"
})
public class Messages {
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);
/**
* Installing default queue sorter
*
*/
public static String QueueSorter_installDefaultQueueSorter() {
return holder.format("QueueSorter.installDefaultQueueSorter");
}
/**
* Installing default queue sorter
*
*/
public static Localizable _QueueSorter_installDefaultQueueSorter() {
return new Localizable(holder, "QueueSorter.installDefaultQueueSorter");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy