hudson.plugins.emailext.plugins.trigger
Class Messages

java.lang.Object
  extended by hudson.plugins.emailext.plugins.trigger.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _AbortedTrigger_HelpText()
          An email will be sent if the build status is "Aborted".
static org.jvnet.localizer.Localizable _FailureTrigger_HelpText()
          An email will be sent any time the build fails.
static org.jvnet.localizer.Localizable _FixedTrigger_HelpText()
          An email will be sent when the build status changes from "Failure" or "Unstable" to "Successful".
static org.jvnet.localizer.Localizable _ImprovementTrigger_HelpText()
          An email will be sent any time there is an improvement.
static org.jvnet.localizer.Localizable _NotBuiltTrigger_HelpText()
          An email will be sent if the build status is "Not Built".
static org.jvnet.localizer.Localizable _PreBuildTrigger_HelpText()
          An email will be sent when the build begins.
static org.jvnet.localizer.Localizable _RegressionTrigger_HelpText()
          An email will be sent any time there is a regression.
static org.jvnet.localizer.Localizable _StillFailingTrigger_HelpText()
          An email will be sent if the build status is "Failure" for two or more builds in a row.
static org.jvnet.localizer.Localizable _StillUnstableTrigger_HelpText()
          An email will be sent if the build status is "Unstable" for two or more builds in a row.
static org.jvnet.localizer.Localizable _SuccessTrigger_HelpText()
          An email will be sent if the build status is "Successful".If the "Fixed" trigger is configured, and the previous build status was "Failure" or "Unstable",then the "Fixed" trigger will send an email instead.
static org.jvnet.localizer.Localizable _UnstableTrigger_HelpText()
          An email will be sent any time the build is unstable.If the "Still Unstable" trigger is configured, and the previous build status was "Unstable",then the "Still Unstable" trigger will send an email instead.
static String AbortedTrigger_HelpText()
          An email will be sent if the build status is "Aborted".
static String FailureTrigger_HelpText()
          An email will be sent any time the build fails.
static String FixedTrigger_HelpText()
          An email will be sent when the build status changes from "Failure" or "Unstable" to "Successful".
static String ImprovementTrigger_HelpText()
          An email will be sent any time there is an improvement.
static String NotBuiltTrigger_HelpText()
          An email will be sent if the build status is "Not Built".
static String PreBuildTrigger_HelpText()
          An email will be sent when the build begins.
static String RegressionTrigger_HelpText()
          An email will be sent any time there is a regression.
static String StillFailingTrigger_HelpText()
          An email will be sent if the build status is "Failure" for two or more builds in a row.
static String StillUnstableTrigger_HelpText()
          An email will be sent if the build status is "Unstable" for two or more builds in a row.
static String SuccessTrigger_HelpText()
          An email will be sent if the build status is "Successful".If the "Fixed" trigger is configured, and the previous build status was "Failure" or "Unstable",then the "Fixed" trigger will send an email instead.
static String UnstableTrigger_HelpText()
          An email will be sent any time the build is unstable.If the "Still Unstable" trigger is configured, and the previous build status was "Unstable",then the "Still Unstable" trigger will send an email instead.
 
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

AbortedTrigger_HelpText

public static String AbortedTrigger_HelpText()
An email will be sent if the build status is "Aborted".


_AbortedTrigger_HelpText

public static org.jvnet.localizer.Localizable _AbortedTrigger_HelpText()
An email will be sent if the build status is "Aborted".


FixedTrigger_HelpText

public static String FixedTrigger_HelpText()
An email will be sent when the build status changes from "Failure" or "Unstable" to "Successful".


_FixedTrigger_HelpText

public static org.jvnet.localizer.Localizable _FixedTrigger_HelpText()
An email will be sent when the build status changes from "Failure" or "Unstable" to "Successful".


FailureTrigger_HelpText

public static String FailureTrigger_HelpText()
An email will be sent any time the build fails. If the "Still Failing" trigger is configured,and the previous build status was "Failure", then the "Still Failing" trigger will send an email instead.


_FailureTrigger_HelpText

public static org.jvnet.localizer.Localizable _FailureTrigger_HelpText()
An email will be sent any time the build fails. If the "Still Failing" trigger is configured,and the previous build status was "Failure", then the "Still Failing" trigger will send an email instead.


UnstableTrigger_HelpText

public static String UnstableTrigger_HelpText()
An email will be sent any time the build is unstable.If the "Still Unstable" trigger is configured, and the previous build status was "Unstable",then the "Still Unstable" trigger will send an email instead.


_UnstableTrigger_HelpText

public static org.jvnet.localizer.Localizable _UnstableTrigger_HelpText()
An email will be sent any time the build is unstable.If the "Still Unstable" trigger is configured, and the previous build status was "Unstable",then the "Still Unstable" trigger will send an email instead.


StillUnstableTrigger_HelpText

public static String StillUnstableTrigger_HelpText()
An email will be sent if the build status is "Unstable" for two or more builds in a row.


_StillUnstableTrigger_HelpText

public static org.jvnet.localizer.Localizable _StillUnstableTrigger_HelpText()
An email will be sent if the build status is "Unstable" for two or more builds in a row.


ImprovementTrigger_HelpText

public static String ImprovementTrigger_HelpText()
An email will be sent any time there is an improvement. A build is considered to have improved wheneverit has fewer failures than the previous build.


_ImprovementTrigger_HelpText

public static org.jvnet.localizer.Localizable _ImprovementTrigger_HelpText()
An email will be sent any time there is an improvement. A build is considered to have improved wheneverit has fewer failures than the previous build.


NotBuiltTrigger_HelpText

public static String NotBuiltTrigger_HelpText()
An email will be sent if the build status is "Not Built".


_NotBuiltTrigger_HelpText

public static org.jvnet.localizer.Localizable _NotBuiltTrigger_HelpText()
An email will be sent if the build status is "Not Built".


RegressionTrigger_HelpText

public static String RegressionTrigger_HelpText()
An email will be sent any time there is a regression. A build is considered to regress whenever it hasmore failures than the previous build.


_RegressionTrigger_HelpText

public static org.jvnet.localizer.Localizable _RegressionTrigger_HelpText()
An email will be sent any time there is a regression. A build is considered to regress whenever it hasmore failures than the previous build.


StillFailingTrigger_HelpText

public static String StillFailingTrigger_HelpText()
An email will be sent if the build status is "Failure" for two or more builds in a row.


_StillFailingTrigger_HelpText

public static org.jvnet.localizer.Localizable _StillFailingTrigger_HelpText()
An email will be sent if the build status is "Failure" for two or more builds in a row.


SuccessTrigger_HelpText

public static String SuccessTrigger_HelpText()
An email will be sent if the build status is "Successful".If the "Fixed" trigger is configured, and the previous build status was "Failure" or "Unstable",then the "Fixed" trigger will send an email instead.


_SuccessTrigger_HelpText

public static org.jvnet.localizer.Localizable _SuccessTrigger_HelpText()
An email will be sent if the build status is "Successful".If the "Fixed" trigger is configured, and the previous build status was "Failure" or "Unstable",then the "Fixed" trigger will send an email instead.


PreBuildTrigger_HelpText

public static String PreBuildTrigger_HelpText()
An email will be sent when the build begins.


_PreBuildTrigger_HelpText

public static org.jvnet.localizer.Localizable _PreBuildTrigger_HelpText()
An email will be sent when the build begins.



Copyright © 2004-2012. All Rights Reserved.