Class Messages
java.lang.Object
org.jenkinsci.plugins.xunit.threshold.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
KeydisplayName.failedTests
:Failed Tests
.static org.jvnet.localizer.Localizable
KeydisplayName.skippedTests
:Skipped Tests
.static org.jvnet.localizer.Localizable
KeyfailureNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
.static org.jvnet.localizer.Localizable
KeyfailureNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
.static org.jvnet.localizer.Localizable
KeyfailureThreshold.failedTests
:If the total number of failed exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
.static org.jvnet.localizer.Localizable
KeyfailureThreshold.skippedTests
:If the total number of skipped exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
.static org.jvnet.localizer.Localizable
KeyPassedThreshold.displayName
:Passed Tests
.static org.jvnet.localizer.Localizable
KeyPassedThreshold.failureNewThreshold
:If the total number of passed tests is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
.static org.jvnet.localizer.Localizable
KeyPassedThreshold.failureThreshold
:If the total number of passed is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
.static org.jvnet.localizer.Localizable
KeyPassedThreshold.thresholdHelpMessage
:Configure the build status. A build is considered as unstable or failure if the new or total number of passed tests is lower than the specified thresholds.
.static org.jvnet.localizer.Localizable
KeyPassedThreshold.unstableNewThreshold
:If the total number of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
.static org.jvnet.localizer.Localizable
KeyPassedThreshold.unstableThreshold
:According the threshold mode, if the total number (or the percent) of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
.static org.jvnet.localizer.Localizable
KeythresholdHelpMessage.failedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of failed tests exceeds the specified thresholds.
.static org.jvnet.localizer.Localizable
KeythresholdHelpMessage.skippedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of skipped tests exceeds the specified thresholds.
.static org.jvnet.localizer.Localizable
KeyunstableNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
.static org.jvnet.localizer.Localizable
KeyunstableNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
.static org.jvnet.localizer.Localizable
KeyunstableThreshold.failedTests
:According the threshold mode, if the total number (or the percent) of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
.static org.jvnet.localizer.Localizable
KeyunstableThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
.static org.jvnet.localizer.Localizable
KeyXUnitThreshold.failureNewThreshold.name
:new failure threshold
.static org.jvnet.localizer.Localizable
KeyXUnitThreshold.failureThreshold.name
:failure threshold
.static org.jvnet.localizer.Localizable
_XUnitThreshold_newThreshold_message
(Object arg0, Object arg1) KeyXUnitThreshold.newThreshold.message
:The new number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
.static org.jvnet.localizer.Localizable
_XUnitThreshold_percentNewThreshold_message
(Object arg0, Object arg1) KeyXUnitThreshold.percentNewThreshold.message
:The percent of the new number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
.static org.jvnet.localizer.Localizable
_XUnitThreshold_percentThreshold_message
(Object arg0, Object arg1) KeyXUnitThreshold.percentThreshold.message
:The percent of the total number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
.static org.jvnet.localizer.Localizable
_XUnitThreshold_threshold_message
(Object arg0, Object arg1) KeyXUnitThreshold.threshold.message
:The total number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
.static org.jvnet.localizer.Localizable
KeyXUnitThreshold.unstableNewThreshold.name
:new unstable threshold
.static org.jvnet.localizer.Localizable
KeyXUnitThreshold.unstableThreshold.name
:unstable threshold
.static org.jvnet.localizer.Localizable
KeyXUnitThresholdDescriptor.checkThreshold
:Invalid threshold format for value: {0}
.static String
KeydisplayName.failedTests
:Failed Tests
.static String
KeydisplayName.skippedTests
:Skipped Tests
.static String
KeyfailureNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
.static String
KeyfailureNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
.static String
KeyfailureThreshold.failedTests
:If the total number of failed exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
.static String
KeyfailureThreshold.skippedTests
:If the total number of skipped exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
.static String
KeyPassedThreshold.displayName
:Passed Tests
.static String
KeyPassedThreshold.failureNewThreshold
:If the total number of passed tests is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
.static String
KeyPassedThreshold.failureThreshold
:If the total number of passed is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
.static String
KeyPassedThreshold.thresholdHelpMessage
:Configure the build status. A build is considered as unstable or failure if the new or total number of passed tests is lower than the specified thresholds.
.static String
KeyPassedThreshold.unstableNewThreshold
:If the total number of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
.static String
KeyPassedThreshold.unstableThreshold
:According the threshold mode, if the total number (or the percent) of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
.static String
KeythresholdHelpMessage.failedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of failed tests exceeds the specified thresholds.
.static String
KeythresholdHelpMessage.skippedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of skipped tests exceeds the specified thresholds.
.static String
KeyunstableNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
.static String
KeyunstableNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
.static String
KeyunstableThreshold.failedTests
:According the threshold mode, if the total number (or the percent) of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
.static String
KeyunstableThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
.static String
KeyXUnitThreshold.failureNewThreshold.name
:new failure threshold
.static String
KeyXUnitThreshold.failureThreshold.name
:failure threshold
.static String
XUnitThreshold_newThreshold_message
(Object arg0, Object arg1) KeyXUnitThreshold.newThreshold.message
:The new number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
.static String
XUnitThreshold_percentNewThreshold_message
(Object arg0, Object arg1) KeyXUnitThreshold.percentNewThreshold.message
:The percent of the new number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
.static String
XUnitThreshold_percentThreshold_message
(Object arg0, Object arg1) KeyXUnitThreshold.percentThreshold.message
:The percent of the total number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
.static String
XUnitThreshold_threshold_message
(Object arg0, Object arg1) KeyXUnitThreshold.threshold.message
:The total number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
.static String
KeyXUnitThreshold.unstableNewThreshold.name
:new unstable threshold
.static String
KeyXUnitThreshold.unstableThreshold.name
:unstable threshold
.static String
KeyXUnitThresholdDescriptor.checkThreshold
:Invalid threshold format for value: {0}
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
PassedThreshold_failureNewThreshold
KeyPassedThreshold.failureNewThreshold
:If the total number of passed tests is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
.- Returns:
If the total number of passed tests is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
-
_PassedThreshold_failureNewThreshold
public static org.jvnet.localizer.Localizable _PassedThreshold_failureNewThreshold()KeyPassedThreshold.failureNewThreshold
:If the total number of passed tests is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
.- Returns:
If the total number of passed tests is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
-
XUnitThresholdDescriptor_checkThreshold
KeyXUnitThresholdDescriptor.checkThreshold
:Invalid threshold format for value: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Invalid threshold format for value: {0}
-
_XUnitThresholdDescriptor_checkThreshold
KeyXUnitThresholdDescriptor.checkThreshold
:Invalid threshold format for value: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Invalid threshold format for value: {0}
-
failureNewThreshold_skippedTests
KeyfailureNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
.- Returns:
If the total number of skipped tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
-
_failureNewThreshold_skippedTests
public static org.jvnet.localizer.Localizable _failureNewThreshold_skippedTests()KeyfailureNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
.- Returns:
If the total number of skipped tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
-
displayName_skippedTests
KeydisplayName.skippedTests
:Skipped Tests
.- Returns:
Skipped Tests
-
_displayName_skippedTests
public static org.jvnet.localizer.Localizable _displayName_skippedTests()KeydisplayName.skippedTests
:Skipped Tests
.- Returns:
Skipped Tests
-
PassedThreshold_unstableThreshold
KeyPassedThreshold.unstableThreshold
:According the threshold mode, if the total number (or the percent) of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
.- Returns:
According the threshold mode, if the total number (or the percent) of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
-
_PassedThreshold_unstableThreshold
public static org.jvnet.localizer.Localizable _PassedThreshold_unstableThreshold()KeyPassedThreshold.unstableThreshold
:According the threshold mode, if the total number (or the percent) of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
.- Returns:
According the threshold mode, if the total number (or the percent) of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
-
thresholdHelpMessage_failedTests
KeythresholdHelpMessage.failedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of failed tests exceeds the specified thresholds.
.- Returns:
Configure the build status. A build is considered as unstable or failure if the new or total number of failed tests exceeds the specified thresholds.
-
_thresholdHelpMessage_failedTests
public static org.jvnet.localizer.Localizable _thresholdHelpMessage_failedTests()KeythresholdHelpMessage.failedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of failed tests exceeds the specified thresholds.
.- Returns:
Configure the build status. A build is considered as unstable or failure if the new or total number of failed tests exceeds the specified thresholds.
-
failureNewThreshold_failedTests
KeyfailureNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
.- Returns:
If the total number of failed tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
-
_failureNewThreshold_failedTests
public static org.jvnet.localizer.Localizable _failureNewThreshold_failedTests()KeyfailureNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
.- Returns:
If the total number of failed tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
-
PassedThreshold_thresholdHelpMessage
KeyPassedThreshold.thresholdHelpMessage
:Configure the build status. A build is considered as unstable or failure if the new or total number of passed tests is lower than the specified thresholds.
.- Returns:
Configure the build status. A build is considered as unstable or failure if the new or total number of passed tests is lower than the specified thresholds.
-
_PassedThreshold_thresholdHelpMessage
public static org.jvnet.localizer.Localizable _PassedThreshold_thresholdHelpMessage()KeyPassedThreshold.thresholdHelpMessage
:Configure the build status. A build is considered as unstable or failure if the new or total number of passed tests is lower than the specified thresholds.
.- Returns:
Configure the build status. A build is considered as unstable or failure if the new or total number of passed tests is lower than the specified thresholds.
-
XUnitThreshold_percentThreshold_message
KeyXUnitThreshold.percentThreshold.message
:The percent of the total number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The percent of the total number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
-
_XUnitThreshold_percentThreshold_message
public static org.jvnet.localizer.Localizable _XUnitThreshold_percentThreshold_message(Object arg0, Object arg1) KeyXUnitThreshold.percentThreshold.message
:The percent of the total number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The percent of the total number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
-
XUnitThreshold_percentNewThreshold_message
KeyXUnitThreshold.percentNewThreshold.message
:The percent of the new number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The percent of the new number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
-
_XUnitThreshold_percentNewThreshold_message
public static org.jvnet.localizer.Localizable _XUnitThreshold_percentNewThreshold_message(Object arg0, Object arg1) KeyXUnitThreshold.percentNewThreshold.message
:The percent of the new number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The percent of the new number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
-
thresholdHelpMessage_skippedTests
KeythresholdHelpMessage.skippedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of skipped tests exceeds the specified thresholds.
.- Returns:
Configure the build status. A build is considered as unstable or failure if the new or total number of skipped tests exceeds the specified thresholds.
-
_thresholdHelpMessage_skippedTests
public static org.jvnet.localizer.Localizable _thresholdHelpMessage_skippedTests()KeythresholdHelpMessage.skippedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of skipped tests exceeds the specified thresholds.
.- Returns:
Configure the build status. A build is considered as unstable or failure if the new or total number of skipped tests exceeds the specified thresholds.
-
XUnitThreshold_newThreshold_message
KeyXUnitThreshold.newThreshold.message
:The new number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The new number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
-
_XUnitThreshold_newThreshold_message
public static org.jvnet.localizer.Localizable _XUnitThreshold_newThreshold_message(Object arg0, Object arg1) KeyXUnitThreshold.newThreshold.message
:The new number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The new number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
-
unstableNewThreshold_failedTests
KeyunstableNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
.- Returns:
If the total number of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
-
_unstableNewThreshold_failedTests
public static org.jvnet.localizer.Localizable _unstableNewThreshold_failedTests()KeyunstableNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
.- Returns:
If the total number of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
-
unstableNewThreshold_skippedTests
KeyunstableNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
.- Returns:
If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
-
_unstableNewThreshold_skippedTests
public static org.jvnet.localizer.Localizable _unstableNewThreshold_skippedTests()KeyunstableNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
.- Returns:
If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
-
XUnitThreshold_failureNewThreshold_name
KeyXUnitThreshold.failureNewThreshold.name
:new failure threshold
.- Returns:
new failure threshold
-
_XUnitThreshold_failureNewThreshold_name
public static org.jvnet.localizer.Localizable _XUnitThreshold_failureNewThreshold_name()KeyXUnitThreshold.failureNewThreshold.name
:new failure threshold
.- Returns:
new failure threshold
-
XUnitThreshold_unstableNewThreshold_name
KeyXUnitThreshold.unstableNewThreshold.name
:new unstable threshold
.- Returns:
new unstable threshold
-
_XUnitThreshold_unstableNewThreshold_name
public static org.jvnet.localizer.Localizable _XUnitThreshold_unstableNewThreshold_name()KeyXUnitThreshold.unstableNewThreshold.name
:new unstable threshold
.- Returns:
new unstable threshold
-
unstableThreshold_skippedTests
KeyunstableThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
.- Returns:
If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
-
_unstableThreshold_skippedTests
public static org.jvnet.localizer.Localizable _unstableThreshold_skippedTests()KeyunstableThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
.- Returns:
If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
-
XUnitThreshold_failureThreshold_name
KeyXUnitThreshold.failureThreshold.name
:failure threshold
.- Returns:
failure threshold
-
_XUnitThreshold_failureThreshold_name
public static org.jvnet.localizer.Localizable _XUnitThreshold_failureThreshold_name()KeyXUnitThreshold.failureThreshold.name
:failure threshold
.- Returns:
failure threshold
-
XUnitThreshold_threshold_message
KeyXUnitThreshold.threshold.message
:The total number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The total number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
-
_XUnitThreshold_threshold_message
public static org.jvnet.localizer.Localizable _XUnitThreshold_threshold_message(Object arg0, Object arg1) KeyXUnitThreshold.threshold.message
:The total number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The total number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
-
failureThreshold_failedTests
KeyfailureThreshold.failedTests
:If the total number of failed exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
.- Returns:
If the total number of failed exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
-
_failureThreshold_failedTests
public static org.jvnet.localizer.Localizable _failureThreshold_failedTests()KeyfailureThreshold.failedTests
:If the total number of failed exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
.- Returns:
If the total number of failed exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
-
XUnitThreshold_unstableThreshold_name
KeyXUnitThreshold.unstableThreshold.name
:unstable threshold
.- Returns:
unstable threshold
-
_XUnitThreshold_unstableThreshold_name
public static org.jvnet.localizer.Localizable _XUnitThreshold_unstableThreshold_name()KeyXUnitThreshold.unstableThreshold.name
:unstable threshold
.- Returns:
unstable threshold
-
PassedThreshold_displayName
KeyPassedThreshold.displayName
:Passed Tests
.- Returns:
Passed Tests
-
_PassedThreshold_displayName
public static org.jvnet.localizer.Localizable _PassedThreshold_displayName()KeyPassedThreshold.displayName
:Passed Tests
.- Returns:
Passed Tests
-
PassedThreshold_failureThreshold
KeyPassedThreshold.failureThreshold
:If the total number of passed is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
.- Returns:
If the total number of passed is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
-
_PassedThreshold_failureThreshold
public static org.jvnet.localizer.Localizable _PassedThreshold_failureThreshold()KeyPassedThreshold.failureThreshold
:If the total number of passed is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
.- Returns:
If the total number of passed is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
-
failureThreshold_skippedTests
KeyfailureThreshold.skippedTests
:If the total number of skipped exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
.- Returns:
If the total number of skipped exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
-
_failureThreshold_skippedTests
public static org.jvnet.localizer.Localizable _failureThreshold_skippedTests()KeyfailureThreshold.skippedTests
:If the total number of skipped exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
.- Returns:
If the total number of skipped exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
-
unstableThreshold_failedTests
KeyunstableThreshold.failedTests
:According the threshold mode, if the total number (or the percent) of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
.- Returns:
According the threshold mode, if the total number (or the percent) of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
-
_unstableThreshold_failedTests
public static org.jvnet.localizer.Localizable _unstableThreshold_failedTests()KeyunstableThreshold.failedTests
:According the threshold mode, if the total number (or the percent) of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
.- Returns:
According the threshold mode, if the total number (or the percent) of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
-
PassedThreshold_unstableNewThreshold
KeyPassedThreshold.unstableNewThreshold
:If the total number of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
.- Returns:
If the total number of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
-
_PassedThreshold_unstableNewThreshold
public static org.jvnet.localizer.Localizable _PassedThreshold_unstableNewThreshold()KeyPassedThreshold.unstableNewThreshold
:If the total number of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
.- Returns:
If the total number of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
-
displayName_failedTests
KeydisplayName.failedTests
:Failed Tests
.- Returns:
Failed Tests
-
_displayName_failedTests
public static org.jvnet.localizer.Localizable _displayName_failedTests()KeydisplayName.failedTests
:Failed Tests
.- Returns:
Failed Tests
-