Package | Description |
---|---|
hudson.plugins.emailext | |
hudson.plugins.emailext.plugins | |
hudson.plugins.emailext.plugins.recipients | |
hudson.plugins.emailext.plugins.trigger |
Modifier and Type | Method and Description |
---|---|
List<RecipientProvider> |
EmailType.getRecipientProviders() |
Modifier and Type | Method and Description |
---|---|
void |
EmailType.addRecipientProvider(RecipientProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
EmailType.addRecipientProviders(List<RecipientProvider> providers) |
Modifier and Type | Field and Description |
---|---|
protected List<RecipientProvider> |
EmailTriggerDescriptor.defaultRecipientProviders |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<RecipientProvider,RecipientProviderDescriptor> |
RecipientProvider.all() |
List<RecipientProvider> |
EmailTriggerDescriptor.getDefaultRecipientProviders() |
Modifier and Type | Method and Description |
---|---|
void |
EmailTriggerDescriptor.addDefaultRecipientProvider(RecipientProvider provider) |
Constructor and Description |
---|
EmailTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
Modifier and Type | Class and Description |
---|---|
class |
CulpritsRecipientProvider |
class |
DevelopersRecipientProvider
Created by acearl on 12/25/13.
|
class |
FailingTestSuspectsRecipientProvider
A recipient provider that assigns ownership of a failing test to the set of developers (including any initiator)
that committed changes that first broke the test.
|
class |
ListRecipientProvider |
class |
RequesterRecipientProvider
Created by acearl on 12/25/13.
|
class |
UpstreamComitterRecipientProvider
Sends emails to committers of upstream builds which triggered this build.
|
Modifier and Type | Method and Description |
---|---|
List<RecipientProvider> |
AbstractScriptTrigger.DescriptorImpl.getDefaultRecipientProviders() |
Constructor and Description |
---|
AbortedTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
AbstractScriptTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType,
String triggerScript) |
AlwaysTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
BuildingTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
FailureTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
FirstFailureTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
FirstUnstableTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
FixedTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
FixedUnhealthyTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
ImprovementTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
NotBuiltTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
NthFailureTrigger(int failureCount,
List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
PreBuildScriptTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType,
String triggerScript) |
PreBuildTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
RegressionTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
ScriptTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType,
String triggerScript) |
SecondFailureTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
StatusChangedTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
StillFailingTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
StillUnstableTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
SuccessTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
UnstableTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
Copyright © 2004-2014. All Rights Reserved.