Package org.jenkinsci.plugins.xunit
Class Messages
java.lang.Object
org.jenkinsci.plugins.xunit.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyxUnit.PublisherName
:Publish xUnit test result report
.static org.jvnet.localizer.Localizable
KeyxUnitProcessor.checkSleepTime
:Time must be a positive or zero number
.static org.jvnet.localizer.Localizable
KeyxUnitProcessor.checkThreshold
:Check ''{0}'' threshold.
.static org.jvnet.localizer.Localizable
KeyxUnitProcessor.emptyReport
:All test reports are empty.
.static org.jvnet.localizer.Localizable
KeyxUnitProcessor.xslFileNotFound
:The XSL file ''{0}'' doesn't exist.
.static String
KeyxUnit.PublisherName
:Publish xUnit test result report
.static String
KeyxUnitProcessor.checkSleepTime
:Time must be a positive or zero number
.static String
KeyxUnitProcessor.checkThreshold
:Check ''{0}'' threshold.
.static String
KeyxUnitProcessor.emptyReport
:All test reports are empty.
.static String
KeyxUnitProcessor.xslFileNotFound
:The XSL file ''{0}'' doesn't exist.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
xUnitProcessor_xslFileNotFound
KeyxUnitProcessor.xslFileNotFound
:The XSL file ''{0}'' doesn't exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The XSL file ''{0}'' doesn't exist.
-
_xUnitProcessor_xslFileNotFound
KeyxUnitProcessor.xslFileNotFound
:The XSL file ''{0}'' doesn't exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The XSL file ''{0}'' doesn't exist.
-
xUnit_PublisherName
KeyxUnit.PublisherName
:Publish xUnit test result report
.- Returns:
Publish xUnit test result report
-
_xUnit_PublisherName
public static org.jvnet.localizer.Localizable _xUnit_PublisherName()KeyxUnit.PublisherName
:Publish xUnit test result report
.- Returns:
Publish xUnit test result report
-
xUnitProcessor_checkThreshold
KeyxUnitProcessor.checkThreshold
:Check ''{0}'' threshold.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Check ''{0}'' threshold.
-
_xUnitProcessor_checkThreshold
KeyxUnitProcessor.checkThreshold
:Check ''{0}'' threshold.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Check ''{0}'' threshold.
-
xUnitProcessor_emptyReport
KeyxUnitProcessor.emptyReport
:All test reports are empty.
.- Returns:
All test reports are empty.
-
_xUnitProcessor_emptyReport
public static org.jvnet.localizer.Localizable _xUnitProcessor_emptyReport()KeyxUnitProcessor.emptyReport
:All test reports are empty.
.- Returns:
All test reports are empty.
-
xUnitProcessor_checkSleepTime
KeyxUnitProcessor.checkSleepTime
:Time must be a positive or zero number
.- Returns:
Time must be a positive or zero number
-
_xUnitProcessor_checkSleepTime
public static org.jvnet.localizer.Localizable _xUnitProcessor_checkSleepTime()KeyxUnitProcessor.checkSleepTime
:Time must be a positive or zero number
.- Returns:
Time must be a positive or zero number
-