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() |
List<RecipientProvider> |
EmailExtRecipientStep.getRecipientProviders() |
List<? extends RecipientProvider> |
EmailExtStep.getRecipientProviders() |
Modifier and Type | Method and Description |
---|---|
void |
EmailType.addRecipientProvider(RecipientProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
EmailType.addRecipientProviders(List<RecipientProvider> providers) |
void |
EmailExtStep.setRecipientProviders(List<RecipientProvider> recipientProviders) |
Constructor and Description |
---|
EmailExtRecipientStep(List<RecipientProvider> recipientProviders) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
RecipientProvider.checkAllSupport(List<? extends RecipientProvider> providers,
Class<? extends hudson.model.Job> clazz) |
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 |
FirstFailingBuildSuspectsRecipientProvider
A recipient provider that assigns ownership of a failing build to the set of developers (including any initiator)
that committed changes that first broke the build.
|
class |
ListRecipientProvider |
class |
RequesterRecipientProvider
Created by acearl on 12/25/13.
|
class |
UpstreamComitterRecipientProvider
Sends emails to committers of upstream builds which triggered this build.
|
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,
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript secureTriggerScript) |
AbstractScriptTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType,
String triggerScript)
Deprecated.
|
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)
Deprecated.
override getRequiredFailureCount instead of passing in failureCount
|
NthFailureTrigger(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,
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript secureTriggerScript) |
PreBuildScriptTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType,
String triggerScript)
Deprecated.
|
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,
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript secureTriggerScript) |
ScriptTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType,
String triggerScript)
Deprecated.
|
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) |
XNthFailureTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
Copyright © 2016–2020. All rights reserved.