public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_AbortedTrigger_HelpText()
An email will be sent if the build status is "Aborted".
|
static org.jvnet.localizer.Localizable |
_BuildingTrigger_HelpText()
An email will be sent any time the build goes from failing, to unstable.
|
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 |
_FixedUnhealthyTrigger_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 |
_PreBuildScriptTrigger_HelpText()
Allows the user to define a script which must have the last line resolve to a true or false which willindicate whether the trigger should cause an email to be sent BEFORE build or not.
|
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 |
_ScriptTrigger_HelpText()
Allows the user to define a script which must have the last line resolve to a true or false which willindicate whether the trigger should cause an email to be sent or not.
|
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 |
BuildingTrigger_HelpText()
An email will be sent any time the build goes from failing, to unstable.
|
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 |
FixedUnhealthyTrigger_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 |
PreBuildScriptTrigger_HelpText()
Allows the user to define a script which must have the last line resolve to a true or false which willindicate whether the trigger should cause an email to be sent BEFORE build or not.
|
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 |
ScriptTrigger_HelpText()
Allows the user to define a script which must have the last line resolve to a true or false which willindicate whether the trigger should cause an email to be sent or not.
|
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.
|
public static String AbortedTrigger_HelpText()
public static org.jvnet.localizer.Localizable _AbortedTrigger_HelpText()
public static String BuildingTrigger_HelpText()
public static org.jvnet.localizer.Localizable _BuildingTrigger_HelpText()
public static String FixedTrigger_HelpText()
public static org.jvnet.localizer.Localizable _FixedTrigger_HelpText()
public static String FailureTrigger_HelpText()
public static org.jvnet.localizer.Localizable _FailureTrigger_HelpText()
public static String UnstableTrigger_HelpText()
public static org.jvnet.localizer.Localizable _UnstableTrigger_HelpText()
public static String StillUnstableTrigger_HelpText()
public static org.jvnet.localizer.Localizable _StillUnstableTrigger_HelpText()
public static String ImprovementTrigger_HelpText()
public static org.jvnet.localizer.Localizable _ImprovementTrigger_HelpText()
public static String NotBuiltTrigger_HelpText()
public static org.jvnet.localizer.Localizable _NotBuiltTrigger_HelpText()
public static String PreBuildScriptTrigger_HelpText()
public static org.jvnet.localizer.Localizable _PreBuildScriptTrigger_HelpText()
public static String RegressionTrigger_HelpText()
public static org.jvnet.localizer.Localizable _RegressionTrigger_HelpText()
public static String StillFailingTrigger_HelpText()
public static org.jvnet.localizer.Localizable _StillFailingTrigger_HelpText()
public static String ScriptTrigger_HelpText()
public static org.jvnet.localizer.Localizable _ScriptTrigger_HelpText()
public static String FixedUnhealthyTrigger_HelpText()
public static org.jvnet.localizer.Localizable _FixedUnhealthyTrigger_HelpText()
public static String SuccessTrigger_HelpText()
public static org.jvnet.localizer.Localizable _SuccessTrigger_HelpText()
public static String PreBuildTrigger_HelpText()
public static org.jvnet.localizer.Localizable _PreBuildTrigger_HelpText()
Copyright © 2004-2013. All Rights Reserved.