
hudson.tasks.test.Messages Maven / Gradle / Ivy
package hudson.tasks.test;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
public class Messages {
private final static ResourceBundleHolder holder = new ResourceBundleHolder(Messages.class);
/**
* Aggregate downstream test results
*
*/
public static String AggregatedTestResultPublisher_DisplayName() {
return holder.format("AggregatedTestResultPublisher.DisplayName");
}
/**
* Aggregate downstream test results
*
*/
public static Localizable _AggregatedTestResultPublisher_DisplayName() {
return new Localizable(holder, "AggregatedTestResultPublisher.DisplayName");
}
/**
* {0} tests failing out of a total of {1} tests.
*
*/
public static String AbstractTestResultAction_TestsDescription(Object arg1, Object arg2) {
return holder.format("AbstractTestResultAction.TestsDescription", arg1, arg2);
}
/**
* {0} tests failing out of a total of {1} tests.
*
*/
public static Localizable _AbstractTestResultAction_TestsDescription(Object arg1, Object arg2) {
return new Localizable(holder, "AbstractTestResultAction.TestsDescription", arg1, arg2);
}
/**
* Test Result
*
*/
public static String AbstractTestResultAction_getDisplayName() {
return holder.format("AbstractTestResultAction.getDisplayName");
}
/**
* Test Result
*
*/
public static Localizable _AbstractTestResultAction_getDisplayName() {
return new Localizable(holder, "AbstractTestResultAction.getDisplayName");
}
/**
* Aggregated Test Result
*
*/
public static String AggregatedTestResultPublisher_Title() {
return holder.format("AggregatedTestResultPublisher.Title");
}
/**
* Aggregated Test Result
*
*/
public static Localizable _AggregatedTestResultPublisher_Title() {
return new Localizable(holder, "AggregatedTestResultPublisher.Title");
}
/**
* 0 tests in total.
*
*/
public static String AbstractTestResultAction_zeroTestDescription() {
return holder.format("AbstractTestResultAction.zeroTestDescription");
}
/**
* 0 tests in total.
*
*/
public static Localizable _AbstractTestResultAction_zeroTestDescription() {
return new Localizable(holder, "AbstractTestResultAction.zeroTestDescription");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy