
hudson.diagnosis.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.diagnosis;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
@SuppressWarnings({
"",
"PMD"
})
public class Messages {
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);
/**
* Total
*
*/
public static String MemoryUsageMonitor_TOTAL() {
return holder.format("MemoryUsageMonitor.TOTAL");
}
/**
* Total
*
*/
public static Localizable _MemoryUsageMonitor_TOTAL() {
return new Localizable(holder, "MemoryUsageMonitor.TOTAL");
}
/**
* Old Data
*
*/
public static String OldDataMonitor_DisplayName() {
return holder.format("OldDataMonitor.DisplayName");
}
/**
* Old Data
*
*/
public static Localizable _OldDataMonitor_DisplayName() {
return new Localizable(holder, "OldDataMonitor.DisplayName");
}
/**
* Used
*
*/
public static String MemoryUsageMonitor_USED() {
return holder.format("MemoryUsageMonitor.USED");
}
/**
* Used
*
*/
public static Localizable _MemoryUsageMonitor_USED() {
return new Localizable(holder, "MemoryUsageMonitor.USED");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy