- _AbortedTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent if the build status is "Aborted".
- _BuildingTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent any time the build goes from failing, to unstable.
- _EmailExtTemplateAction_DisplayName() - Static method in class hudson.plugins.emailext.Messages
-
Email Template Testing
- _ExtendedEmailPublisherDescriptor_AdminAddress() - Static method in class hudson.plugins.emailext.Messages
-
address not configured yet <nobody>
- _ExtendedEmailPublisherDescriptor_DisplayName() - Static method in class hudson.plugins.emailext.Messages
-
Editable Email Notification
- _FailureTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent any time the build fails.
- _FixedTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent when the build status changes from "Failure" or "Unstable" to "Successful".
- _FixedUnhealthyTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent when the build status changes from "Failure" or "Unstable" to "Successful".
- _ImprovementTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent any time there is an improvement.
- _MatrixTriggerMode_Both() - Static method in class hudson.plugins.emailext.Messages
-
Trigger for parent and each configuration
- _MatrixTriggerMode_OnlyConfigurations() - Static method in class hudson.plugins.emailext.Messages
-
Trigger for each configuration
- _MatrixTriggerMode_OnlyParent() - Static method in class hudson.plugins.emailext.Messages
-
Trigger only the parent job
- _NotBuiltTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent if the build status is "Not Built".
- _PreBuildScriptTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
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.
- _PreBuildTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent when the build begins.
- _RegressionTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent any time there is a regression.
- _ScriptTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
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.
- _StillFailingTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent if the build status is "Failure" for two or more builds in a row.
- _StillUnstableTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
An email will be sent if the build status is "Unstable" for two or more builds in a row.
- _SuccessTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
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.
- _Template_DisplayName() - Static method in class hudson.plugins.emailext.Messages
-
"Template"
- _UnstableTrigger_HelpText() - Static method in class hudson.plugins.emailext.plugins.trigger.Messages
-
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.