All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.plugins.slave_squatter.squatters.Messages Maven / Gradle / Ivy

// CHECKSTYLE:OFF

package hudson.plugins.slave_squatter.squatters;

import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;

@SuppressWarnings({
    "",
    "PMD"
})
public class Messages {

    private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);

    /**
     * Cron-based reservation
     * 
     */
    public static String CronSquatter_DisplayName() {
        return holder.format("CronSquatter.DisplayName");
    }

    /**
     * Cron-based reservation
     * 
     */
    public static Localizable _CronSquatter_DisplayName() {
        return new Localizable(holder, "CronSquatter.DisplayName");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy