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 Details

    • Messages

      public Messages()
  • Method Details

    • AbstractTestResultAction_skip

      public static String AbstractTestResultAction_skip(Object arg0, Object arg1)
      Key AbstractTestResultAction.skip: {0}: {1} {1,choice,0#skips|1#skip|1<skips}.
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.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)
      Key AbstractTestResultAction.skip: {0}: {1} {1,choice,0#skips|1#skip|1<skips}.
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0}: {1} {1,choice,0#skips|1#skip|1<skips}
    • AbstractTestResultAction_getDisplayName

      public static String AbstractTestResultAction_getDisplayName()
      Key AbstractTestResultAction.getDisplayName: Test Result.
      Returns:
      Test Result
    • _AbstractTestResultAction_getDisplayName

      public static org.jvnet.localizer.Localizable _AbstractTestResultAction_getDisplayName()
      Key AbstractTestResultAction.getDisplayName: Test Result.
      Returns:
      Test Result
    • AbstractTestResultAction_fail

      public static String AbstractTestResultAction_fail(Object arg0, Object arg1)
      Key AbstractTestResultAction.fail: {0}: {1} {1,choice,0#failures|1#failure|1<failures}.
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.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)
      Key AbstractTestResultAction.fail: {0}: {1} {1,choice,0#failures|1#failure|1<failures}.
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0}: {1} {1,choice,0#failures|1#failure|1<failures}
    • Run_Summary_TestsStillFailing

      public static String Run_Summary_TestsStillFailing(Object arg0)
      Key Run.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

      public static org.jvnet.localizer.Localizable _Run_Summary_TestsStillFailing(Object arg0)
      Key Run.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

      public static String AbstractTestResultAction_zeroTestDescription(Object arg0)
      Key AbstractTestResultAction.zeroTestDescription: {0}: 0 tests in total..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0}: 0 tests in total.
    • _AbstractTestResultAction_zeroTestDescription

      public static org.jvnet.localizer.Localizable _AbstractTestResultAction_zeroTestDescription(Object arg0)
      Key AbstractTestResultAction.zeroTestDescription: {0}: 0 tests in total..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0}: 0 tests in total.
    • AggregatedTestResultPublisher_Title

      public static String AggregatedTestResultPublisher_Title()
      Key AggregatedTestResultPublisher.Title: Aggregated Test Result.
      Returns:
      Aggregated Test Result
    • _AggregatedTestResultPublisher_Title

      public static org.jvnet.localizer.Localizable _AggregatedTestResultPublisher_Title()
      Key AggregatedTestResultPublisher.Title: Aggregated Test Result.
      Returns:
      Aggregated Test Result
    • Run_Summary_TestFailures

      public static String Run_Summary_TestFailures(Object arg0)
      Key Run.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

      public static org.jvnet.localizer.Localizable _Run_Summary_TestFailures(Object arg0)
      Key Run.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

      public static String Run_Summary_TestsStartedToFail(Object arg0)
      Key Run.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

      public static org.jvnet.localizer.Localizable _Run_Summary_TestsStartedToFail(Object arg0)
      Key Run.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

      public static String Run_Summary_MoreTestsFailing(Object arg0, Object arg1)
      Key Run.Summary.MoreTestsFailing: {0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1}).
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.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)
      Key Run.Summary.MoreTestsFailing: {0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1}).
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.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

      public static String Run_Summary_LessTestsFailing(Object arg0, Object arg1)
      Key Run.Summary.LessTestsFailing: {0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1}).
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.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)
      Key Run.Summary.LessTestsFailing: {0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1}).
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.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)
      Key AbstractTestResultAction.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}, as String.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)
      Key AbstractTestResultAction.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}, as String.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

      public static String BuildTrigger_NoSuchProject(Object arg0, Object arg1)
      Key BuildTrigger.NoSuchProject: No such project ‘{0}’. Did you mean ‘{1}’?.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No such project ‘{0}’. Did you mean ‘{1}’?
    • _BuildTrigger_NoSuchProject

      public static org.jvnet.localizer.Localizable _BuildTrigger_NoSuchProject(Object arg0, Object arg1)
      Key BuildTrigger.NoSuchProject: No such project ‘{0}’. Did you mean ‘{1}’?.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No such project ‘{0}’. Did you mean ‘{1}’?
    • AggregatedTestResultPublisher_DisplayName

      public static String AggregatedTestResultPublisher_DisplayName()
      Key AggregatedTestResultPublisher.DisplayName: Aggregate downstream test results.
      Returns:
      Aggregate downstream test results
    • _AggregatedTestResultPublisher_DisplayName

      public static org.jvnet.localizer.Localizable _AggregatedTestResultPublisher_DisplayName()
      Key AggregatedTestResultPublisher.DisplayName: Aggregate downstream test results.
      Returns:
      Aggregate downstream test results
    • AbstractTestResultAction_test

      public static String AbstractTestResultAction_test(Object arg0, Object arg1)
      Key AbstractTestResultAction.test: {0}: {1} {1,choice,0#tests|1#test|1<tests}.
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.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)
      Key AbstractTestResultAction.test: {0}: {1} {1,choice,0#tests|1#test|1<tests}.
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0}: {1} {1,choice,0#tests|1#test|1<tests}