Package hudson.tasks.test
Class Messages
java.lang.Object
hudson.tasks.test.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
_AbstractTestResultAction_fail
(Object arg0, Object arg1) KeyAbstractTestResultAction.fail
:{0}: {1} {1,choice,0#failures|1#failure|1<failures}
.static org.jvnet.localizer.Localizable
KeyAbstractTestResultAction.getDisplayName
:Test Result
.static org.jvnet.localizer.Localizable
_AbstractTestResultAction_skip
(Object arg0, Object arg1) KeyAbstractTestResultAction.skip
:{0}: {1} {1,choice,0#skips|1#skip|1<skips}
.static org.jvnet.localizer.Localizable
_AbstractTestResultAction_test
(Object arg0, Object arg1) KeyAbstractTestResultAction.test
:{0}: {1} {1,choice,0#tests|1#test|1<tests}
.static org.jvnet.localizer.Localizable
_AbstractTestResultAction_TestsDescription
(Object arg0, Object arg1, Object arg2) KeyAbstractTestResultAction.TestsDescription
:{0}: {1} {1,choice,0#tests|1#test|1<tests} failing out of a total of {2} {2,choice,1#test|1<tests}.
.static org.jvnet.localizer.Localizable
KeyAbstractTestResultAction.zeroTestDescription
:{0}: 0 tests in total.
.static org.jvnet.localizer.Localizable
KeyAggregatedTestResultPublisher.DisplayName
:Aggregate downstream test results
.static org.jvnet.localizer.Localizable
KeyAggregatedTestResultPublisher.Title
:Aggregated Test Result
.static org.jvnet.localizer.Localizable
_BuildTrigger_NoSuchProject
(Object arg0, Object arg1) KeyBuildTrigger.NoSuchProject
:No such project ‘{0}’. Did you mean ‘{1}’?
.static org.jvnet.localizer.Localizable
_Run_Summary_LessTestsFailing
(Object arg0, Object arg1) KeyRun.Summary.LessTestsFailing
:{0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
.static org.jvnet.localizer.Localizable
_Run_Summary_MoreTestsFailing
(Object arg0, Object arg1) KeyRun.Summary.MoreTestsFailing
:{0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
.static org.jvnet.localizer.Localizable
KeyRun.Summary.TestFailures
:{0} {0,choice,0#test failures|1#test failure|1<test failures}
.static org.jvnet.localizer.Localizable
KeyRun.Summary.TestsStartedToFail
:{0} {0,choice,0#tests|1#test|1<tests} started to fail
.static org.jvnet.localizer.Localizable
KeyRun.Summary.TestsStillFailing
:{0} {0,choice,0#tests are|1#test is|1<tests are} still failing
.static String
AbstractTestResultAction_fail
(Object arg0, Object arg1) KeyAbstractTestResultAction.fail
:{0}: {1} {1,choice,0#failures|1#failure|1<failures}
.static String
KeyAbstractTestResultAction.getDisplayName
:Test Result
.static String
AbstractTestResultAction_skip
(Object arg0, Object arg1) KeyAbstractTestResultAction.skip
:{0}: {1} {1,choice,0#skips|1#skip|1<skips}
.static String
AbstractTestResultAction_test
(Object arg0, Object arg1) KeyAbstractTestResultAction.test
:{0}: {1} {1,choice,0#tests|1#test|1<tests}
.static String
AbstractTestResultAction_TestsDescription
(Object arg0, Object arg1, Object arg2) KeyAbstractTestResultAction.TestsDescription
:{0}: {1} {1,choice,0#tests|1#test|1<tests} failing out of a total of {2} {2,choice,1#test|1<tests}.
.static String
KeyAbstractTestResultAction.zeroTestDescription
:{0}: 0 tests in total.
.static String
KeyAggregatedTestResultPublisher.DisplayName
:Aggregate downstream test results
.static String
KeyAggregatedTestResultPublisher.Title
:Aggregated Test Result
.static String
BuildTrigger_NoSuchProject
(Object arg0, Object arg1) KeyBuildTrigger.NoSuchProject
:No such project ‘{0}’. Did you mean ‘{1}’?
.static String
Run_Summary_LessTestsFailing
(Object arg0, Object arg1) KeyRun.Summary.LessTestsFailing
:{0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
.static String
Run_Summary_MoreTestsFailing
(Object arg0, Object arg1) KeyRun.Summary.MoreTestsFailing
:{0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
.static String
KeyRun.Summary.TestFailures
:{0} {0,choice,0#test failures|1#test failure|1<test failures}
.static String
KeyRun.Summary.TestsStartedToFail
:{0} {0,choice,0#tests|1#test|1<tests} started to fail
.static String
KeyRun.Summary.TestsStillFailing
:{0} {0,choice,0#tests are|1#test is|1<tests are} still failing
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
AbstractTestResultAction_skip
KeyAbstractTestResultAction.skip
:{0}: {1} {1,choice,0#skips|1#skip|1<skips}
.- Parameters:
arg1
- 2nd format parameter,{1}
, a number.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: {1} {1,choice,0#skips|1#skip|1<skips}
-
_AbstractTestResultAction_skip
public static org.jvnet.localizer.Localizable _AbstractTestResultAction_skip(Object arg0, Object arg1) KeyAbstractTestResultAction.skip
:{0}: {1} {1,choice,0#skips|1#skip|1<skips}
.- Parameters:
arg1
- 2nd format parameter,{1}
, a number.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: {1} {1,choice,0#skips|1#skip|1<skips}
-
AbstractTestResultAction_getDisplayName
KeyAbstractTestResultAction.getDisplayName
:Test Result
.- Returns:
Test Result
-
_AbstractTestResultAction_getDisplayName
public static org.jvnet.localizer.Localizable _AbstractTestResultAction_getDisplayName()KeyAbstractTestResultAction.getDisplayName
:Test Result
.- Returns:
Test Result
-
AbstractTestResultAction_fail
KeyAbstractTestResultAction.fail
:{0}: {1} {1,choice,0#failures|1#failure|1<failures}
.- Parameters:
arg1
- 2nd format parameter,{1}
, a number.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: {1} {1,choice,0#failures|1#failure|1<failures}
-
_AbstractTestResultAction_fail
public static org.jvnet.localizer.Localizable _AbstractTestResultAction_fail(Object arg0, Object arg1) KeyAbstractTestResultAction.fail
:{0}: {1} {1,choice,0#failures|1#failure|1<failures}
.- Parameters:
arg1
- 2nd format parameter,{1}
, a number.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: {1} {1,choice,0#failures|1#failure|1<failures}
-
Run_Summary_TestsStillFailing
KeyRun.Summary.TestsStillFailing
:{0} {0,choice,0#tests are|1#test is|1<tests are} still failing
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} {0,choice,0#tests are|1#test is|1<tests are} still failing
-
_Run_Summary_TestsStillFailing
KeyRun.Summary.TestsStillFailing
:{0} {0,choice,0#tests are|1#test is|1<tests are} still failing
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} {0,choice,0#tests are|1#test is|1<tests are} still failing
-
AbstractTestResultAction_zeroTestDescription
KeyAbstractTestResultAction.zeroTestDescription
:{0}: 0 tests in total.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: 0 tests in total.
-
_AbstractTestResultAction_zeroTestDescription
public static org.jvnet.localizer.Localizable _AbstractTestResultAction_zeroTestDescription(Object arg0) KeyAbstractTestResultAction.zeroTestDescription
:{0}: 0 tests in total.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: 0 tests in total.
-
AggregatedTestResultPublisher_Title
KeyAggregatedTestResultPublisher.Title
:Aggregated Test Result
.- Returns:
Aggregated Test Result
-
_AggregatedTestResultPublisher_Title
public static org.jvnet.localizer.Localizable _AggregatedTestResultPublisher_Title()KeyAggregatedTestResultPublisher.Title
:Aggregated Test Result
.- Returns:
Aggregated Test Result
-
Run_Summary_TestFailures
KeyRun.Summary.TestFailures
:{0} {0,choice,0#test failures|1#test failure|1<test failures}
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} {0,choice,0#test failures|1#test failure|1<test failures}
-
_Run_Summary_TestFailures
KeyRun.Summary.TestFailures
:{0} {0,choice,0#test failures|1#test failure|1<test failures}
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} {0,choice,0#test failures|1#test failure|1<test failures}
-
Run_Summary_TestsStartedToFail
KeyRun.Summary.TestsStartedToFail
:{0} {0,choice,0#tests|1#test|1<tests} started to fail
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} {0,choice,0#tests|1#test|1<tests} started to fail
-
_Run_Summary_TestsStartedToFail
KeyRun.Summary.TestsStartedToFail
:{0} {0,choice,0#tests|1#test|1<tests} started to fail
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} {0,choice,0#tests|1#test|1<tests} started to fail
-
Run_Summary_MoreTestsFailing
KeyRun.Summary.MoreTestsFailing
:{0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
-
_Run_Summary_MoreTestsFailing
public static org.jvnet.localizer.Localizable _Run_Summary_MoreTestsFailing(Object arg0, Object arg1) KeyRun.Summary.MoreTestsFailing
:{0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
-
Run_Summary_LessTestsFailing
KeyRun.Summary.LessTestsFailing
:{0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
-
_Run_Summary_LessTestsFailing
public static org.jvnet.localizer.Localizable _Run_Summary_LessTestsFailing(Object arg0, Object arg1) KeyRun.Summary.LessTestsFailing
:{0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1})
-
AbstractTestResultAction_TestsDescription
public static String AbstractTestResultAction_TestsDescription(Object arg0, Object arg1, Object arg2) KeyAbstractTestResultAction.TestsDescription
:{0}: {1} {1,choice,0#tests|1#test|1<tests} failing out of a total of {2} {2,choice,1#test|1<tests}.
.- Parameters:
arg2
- 3rd format parameter,{2}
, a number.arg1
- 2nd format parameter,{1}
, a number.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: {1} {1,choice,0#tests|1#test|1<tests} failing out of a total of {2} {2,choice,1#test|1<tests}.
-
_AbstractTestResultAction_TestsDescription
public static org.jvnet.localizer.Localizable _AbstractTestResultAction_TestsDescription(Object arg0, Object arg1, Object arg2) KeyAbstractTestResultAction.TestsDescription
:{0}: {1} {1,choice,0#tests|1#test|1<tests} failing out of a total of {2} {2,choice,1#test|1<tests}.
.- Parameters:
arg2
- 3rd format parameter,{2}
, a number.arg1
- 2nd format parameter,{1}
, a number.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: {1} {1,choice,0#tests|1#test|1<tests} failing out of a total of {2} {2,choice,1#test|1<tests}.
-
BuildTrigger_NoSuchProject
KeyBuildTrigger.NoSuchProject
:No such project ‘{0}’. Did you mean ‘{1}’?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such project ‘{0}’. Did you mean ‘{1}’?
-
_BuildTrigger_NoSuchProject
KeyBuildTrigger.NoSuchProject
:No such project ‘{0}’. Did you mean ‘{1}’?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such project ‘{0}’. Did you mean ‘{1}’?
-
AggregatedTestResultPublisher_DisplayName
KeyAggregatedTestResultPublisher.DisplayName
:Aggregate downstream test results
.- Returns:
Aggregate downstream test results
-
_AggregatedTestResultPublisher_DisplayName
public static org.jvnet.localizer.Localizable _AggregatedTestResultPublisher_DisplayName()KeyAggregatedTestResultPublisher.DisplayName
:Aggregate downstream test results
.- Returns:
Aggregate downstream test results
-
AbstractTestResultAction_test
KeyAbstractTestResultAction.test
:{0}: {1} {1,choice,0#tests|1#test|1<tests}
.- Parameters:
arg1
- 2nd format parameter,{1}
, a number.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: {1} {1,choice,0#tests|1#test|1<tests}
-
_AbstractTestResultAction_test
public static org.jvnet.localizer.Localizable _AbstractTestResultAction_test(Object arg0, Object arg1) KeyAbstractTestResultAction.test
:{0}: {1} {1,choice,0#tests|1#test|1<tests}
.- Parameters:
arg1
- 2nd format parameter,{1}
, a number.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}: {1} {1,choice,0#tests|1#test|1<tests}
-