Package | Description |
---|---|
hudson.plugins.emailext | |
hudson.plugins.emailext.plugins | |
hudson.plugins.emailext.plugins.trigger |
Modifier and Type | Field and Description |
---|---|
List<EmailTrigger> |
ExtendedEmailPublisher.configuredTriggers
This is the list of email theTriggers that the project has configured
|
Modifier and Type | Method and Description |
---|---|
EmailTrigger |
ExtendedEmailPublisherContext.getTrigger() |
Modifier and Type | Method and Description |
---|---|
List<EmailTrigger> |
ExtendedEmailPublisher.getConfiguredTriggers()
Get the list of configured email theTriggers for this project.
|
com.google.common.collect.Multimap<String,EmailTrigger> |
ExtendedEmailPublisherContext.getTriggered() |
Modifier and Type | Method and Description |
---|---|
protected void |
ExtendedEmailPublisherContext.setTrigger(EmailTrigger trigger) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExtendedEmailPublisherContext.setTriggered(com.google.common.collect.Multimap<String,EmailTrigger> triggered) |
Constructor and Description |
---|
ExtendedEmailPublisher(String project_recipient_list,
String project_content_type,
String project_default_subject,
String project_default_content,
String project_attachments,
String project_presend_script,
int project_attach_buildlog,
String project_replyto,
boolean project_save_output,
List<EmailTrigger> project_triggers,
MatrixTriggerMode matrixTriggerMode)
Deprecated.
|
ExtendedEmailPublisher(String project_recipient_list,
String project_content_type,
String project_default_subject,
String project_default_content,
String project_attachments,
String project_presend_script,
int project_attach_buildlog,
String project_replyto,
boolean project_save_output,
List<EmailTrigger> project_triggers,
MatrixTriggerMode matrixTriggerMode,
boolean project_disabled,
List<GroovyScriptPath> classpath) |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<EmailTrigger,EmailTriggerDescriptor> |
EmailTrigger.all() |
Modifier and Type | Class and Description |
---|---|
class |
AbortedTrigger |
class |
AbstractScriptTrigger |
class |
AlwaysTrigger |
class |
BuildingTrigger |
class |
FailureTrigger |
class |
FirstFailureTrigger |
class |
FirstUnstableTrigger |
class |
FixedTrigger |
class |
FixedUnhealthyTrigger |
class |
ImprovementTrigger |
class |
NotBuiltTrigger |
class |
NthFailureTrigger
Triggers an email after the specified number of consecutive failures
(preceeded by a successful build).
|
class |
PreBuildScriptTrigger |
class |
PreBuildTrigger |
class |
RegressionTrigger |
class |
ScriptTrigger |
class |
SecondFailureTrigger |
class |
StatusChangedTrigger |
class |
StillFailingTrigger |
class |
StillUnstableTrigger |
class |
SuccessTrigger |
class |
UnstableTrigger |
Copyright © 2004-2014. All Rights Reserved.