org.jenkinsci.plugins.xunit.threshold
Class Messages

java.lang.Object
  extended by org.jenkinsci.plugins.xunit.threshold.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _displayName_failedTests()
          Failed Tests
static org.jvnet.localizer.Localizable _displayName_skippedTests()
          Skipped Tests
static org.jvnet.localizer.Localizable _failureNewThreshold_failedTests()
          If the total number of failed tests exceeds this threshold then a build is considered as failed.
static org.jvnet.localizer.Localizable _failureNewThreshold_skippedTests()
          If the total number of skipped tests exceeds this threshold then a build is considered as failed.
static org.jvnet.localizer.Localizable _failureThreshold_failedTests()
          If the total number of failed exceeds this threshold then a build is considered as failed.
static org.jvnet.localizer.Localizable _failureThreshold_skippedTests()
          If the total number of skipped exceeds this threshold then a build is considered as failed.
static org.jvnet.localizer.Localizable _thresholdHelpMessage_failedTests()
          Configure the build status.
static org.jvnet.localizer.Localizable _thresholdHelpMessage_skippedTests()
          Configure the build status.
static org.jvnet.localizer.Localizable _unstableNewThreshold_failedTests()
          If the total number of failed tests exceeds this threshold then a build is considered as unstable.
static org.jvnet.localizer.Localizable _unstableNewThreshold_skippedTests()
          If the total number of skipped tests exceeds this threshold then a build is considered as unstable.
static org.jvnet.localizer.Localizable _unstableThreshold_failedTests()
          If the total number of failed tests exceeds this threshold then a build is considered as unstable.
static org.jvnet.localizer.Localizable _unstableThreshold_skippedTests()
          If the total number of skipped tests exceeds this threshold then a build is considered as unstable.
static String displayName_failedTests()
          Failed Tests
static String displayName_skippedTests()
          Skipped Tests
static String failureNewThreshold_failedTests()
          If the total number of failed tests exceeds this threshold then a build is considered as failed.
static String failureNewThreshold_skippedTests()
          If the total number of skipped tests exceeds this threshold then a build is considered as failed.
static String failureThreshold_failedTests()
          If the total number of failed exceeds this threshold then a build is considered as failed.
static String failureThreshold_skippedTests()
          If the total number of skipped exceeds this threshold then a build is considered as failed.
static String thresholdHelpMessage_failedTests()
          Configure the build status.
static String thresholdHelpMessage_skippedTests()
          Configure the build status.
static String unstableNewThreshold_failedTests()
          If the total number of failed tests exceeds this threshold then a build is considered as unstable.
static String unstableNewThreshold_skippedTests()
          If the total number of skipped tests exceeds this threshold then a build is considered as unstable.
static String unstableThreshold_failedTests()
          If the total number of failed tests exceeds this threshold then a build is considered as unstable.
static String unstableThreshold_skippedTests()
          If the total number of skipped tests exceeds this threshold then a build is considered as unstable.
 
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

unstableNewThreshold_skippedTests

public static String unstableNewThreshold_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.


_unstableNewThreshold_skippedTests

public static org.jvnet.localizer.Localizable _unstableNewThreshold_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.


failureNewThreshold_skippedTests

public static String failureNewThreshold_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.


_failureNewThreshold_skippedTests

public static org.jvnet.localizer.Localizable _failureNewThreshold_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.


thresholdHelpMessage_failedTests

public static String thresholdHelpMessage_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.


_thresholdHelpMessage_failedTests

public static org.jvnet.localizer.Localizable _thresholdHelpMessage_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.


displayName_skippedTests

public static String displayName_skippedTests()
Skipped Tests


_displayName_skippedTests

public static org.jvnet.localizer.Localizable _displayName_skippedTests()
Skipped Tests


failureThreshold_skippedTests

public static String failureThreshold_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.


_failureThreshold_skippedTests

public static org.jvnet.localizer.Localizable _failureThreshold_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.


unstableNewThreshold_failedTests

public static String unstableNewThreshold_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.


_unstableNewThreshold_failedTests

public static org.jvnet.localizer.Localizable _unstableNewThreshold_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.


unstableThreshold_failedTests

public static String unstableThreshold_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 failed tests.


_unstableThreshold_failedTests

public static org.jvnet.localizer.Localizable _unstableThreshold_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 failed tests.


thresholdHelpMessage_skippedTests

public static String thresholdHelpMessage_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.


_thresholdHelpMessage_skippedTests

public static org.jvnet.localizer.Localizable _thresholdHelpMessage_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.


displayName_failedTests

public static String displayName_failedTests()
Failed Tests


_displayName_failedTests

public static org.jvnet.localizer.Localizable _displayName_failedTests()
Failed Tests


unstableThreshold_skippedTests

public static String unstableThreshold_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.


_unstableThreshold_skippedTests

public static org.jvnet.localizer.Localizable _unstableThreshold_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.


failureNewThreshold_failedTests

public static String failureNewThreshold_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.


_failureNewThreshold_failedTests

public static org.jvnet.localizer.Localizable _failureNewThreshold_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.


failureThreshold_failedTests

public static String failureThreshold_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.


_failureThreshold_failedTests

public static org.jvnet.localizer.Localizable _failureThreshold_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.



Copyright © 2004-2012. All Rights Reserved.