hudson.tasks.test
Class Messages

java.lang.Object
  extended by hudson.tasks.test.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _AbstractTestResultAction_fail(Object arg1, Object arg2)
          {0}: {1} {1,choice,0#failures|1#failure|1<failures}
static org.jvnet.localizer.Localizable _AbstractTestResultAction_getDisplayName()
          Test Result
static org.jvnet.localizer.Localizable _AbstractTestResultAction_skip(Object arg1, Object arg2)
          {0}: {1} {1,choice,0#skips|1#skip|1<skips}
static org.jvnet.localizer.Localizable _AbstractTestResultAction_test(Object arg1, Object arg2)
          {0}: {1} {1,choice,0#tests|1#test|1<tests}
static org.jvnet.localizer.Localizable _AbstractTestResultAction_TestsDescription(Object arg1, Object arg2, Object arg3)
          {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 _AbstractTestResultAction_zeroTestDescription(Object arg1)
          {0}: 0 tests in total.
static org.jvnet.localizer.Localizable _AggregatedTestResultPublisher_DisplayName()
          Aggregate downstream test results
static org.jvnet.localizer.Localizable _AggregatedTestResultPublisher_Title()
          Aggregated Test Result
static String AbstractTestResultAction_fail(Object arg1, Object arg2)
          {0}: {1} {1,choice,0#failures|1#failure|1<failures}
static String AbstractTestResultAction_getDisplayName()
          Test Result
static String AbstractTestResultAction_skip(Object arg1, Object arg2)
          {0}: {1} {1,choice,0#skips|1#skip|1<skips}
static String AbstractTestResultAction_test(Object arg1, Object arg2)
          {0}: {1} {1,choice,0#tests|1#test|1<tests}
static String AbstractTestResultAction_TestsDescription(Object arg1, Object arg2, Object arg3)
          {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 AbstractTestResultAction_zeroTestDescription(Object arg1)
          {0}: 0 tests in total.
static String AggregatedTestResultPublisher_DisplayName()
          Aggregate downstream test results
static String AggregatedTestResultPublisher_Title()
          Aggregated Test Result
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

AbstractTestResultAction_fail

public static String AbstractTestResultAction_fail(Object arg1,
                                                   Object arg2)
{0}: {1} {1,choice,0#failures|1#failure|1<failures}


_AbstractTestResultAction_fail

public static org.jvnet.localizer.Localizable _AbstractTestResultAction_fail(Object arg1,
                                                                             Object arg2)
{0}: {1} {1,choice,0#failures|1#failure|1<failures}


AggregatedTestResultPublisher_DisplayName

public static String AggregatedTestResultPublisher_DisplayName()
Aggregate downstream test results


_AggregatedTestResultPublisher_DisplayName

public static org.jvnet.localizer.Localizable _AggregatedTestResultPublisher_DisplayName()
Aggregate downstream test results


AbstractTestResultAction_TestsDescription

public static String AbstractTestResultAction_TestsDescription(Object arg1,
                                                               Object arg2,
                                                               Object arg3)
{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 arg1,
                                                                                         Object arg2,
                                                                                         Object arg3)
{0}: {1} {1,choice,0#tests|1#test|1<tests} failing out of a total of {2} {2,choice,1#test|1<tests}.


AbstractTestResultAction_getDisplayName

public static String AbstractTestResultAction_getDisplayName()
Test Result


_AbstractTestResultAction_getDisplayName

public static org.jvnet.localizer.Localizable _AbstractTestResultAction_getDisplayName()
Test Result


AbstractTestResultAction_skip

public static String AbstractTestResultAction_skip(Object arg1,
                                                   Object arg2)
{0}: {1} {1,choice,0#skips|1#skip|1<skips}


_AbstractTestResultAction_skip

public static org.jvnet.localizer.Localizable _AbstractTestResultAction_skip(Object arg1,
                                                                             Object arg2)
{0}: {1} {1,choice,0#skips|1#skip|1<skips}


AggregatedTestResultPublisher_Title

public static String AggregatedTestResultPublisher_Title()
Aggregated Test Result


_AggregatedTestResultPublisher_Title

public static org.jvnet.localizer.Localizable _AggregatedTestResultPublisher_Title()
Aggregated Test Result


AbstractTestResultAction_zeroTestDescription

public static String AbstractTestResultAction_zeroTestDescription(Object arg1)
{0}: 0 tests in total.


_AbstractTestResultAction_zeroTestDescription

public static org.jvnet.localizer.Localizable _AbstractTestResultAction_zeroTestDescription(Object arg1)
{0}: 0 tests in total.


AbstractTestResultAction_test

public static String AbstractTestResultAction_test(Object arg1,
                                                   Object arg2)
{0}: {1} {1,choice,0#tests|1#test|1<tests}


_AbstractTestResultAction_test

public static org.jvnet.localizer.Localizable _AbstractTestResultAction_test(Object arg1,
                                                                             Object arg2)
{0}: {1} {1,choice,0#tests|1#test|1<tests}



Copyright © 2004-2013. All Rights Reserved.