
hudson.widgets.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.widgets;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
@SuppressWarnings({
"",
"PMD"
})
public class Messages {
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);
/**
* Build History
*
*/
public static String BuildHistoryWidget_DisplayName() {
return holder.format("BuildHistoryWidget.DisplayName");
}
/**
* Build History
*
*/
public static Localizable _BuildHistoryWidget_DisplayName() {
return new Localizable(holder, "BuildHistoryWidget.DisplayName");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy