hudson.plugins.slave_squatter.Messages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slave-squatter Show documentation
Show all versions of slave-squatter Show documentation
This plugin enables administrators to reserve executors to be used outside Hudson
The newest version!
// CHECKSTYLE:OFF
package hudson.plugins.slave_squatter;
import org.jvnet.localizer.ResourceBundleHolder;
@SuppressWarnings({
"",
"PMD"
})
public class Messages {
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);
}