Uses of Class
hudson.plugins.emailext.plugins.RecipientProvider
Package
Description
-
Uses of RecipientProvider in hudson.plugins.emailext
Modifier and TypeMethodDescriptionEmailExtRecipientStep.getRecipientProviders()
List<? extends RecipientProvider>
EmailExtStep.getRecipientProviders()
EmailType.getRecipientProviders()
Modifier and TypeMethodDescriptionvoid
EmailType.addRecipientProvider
(RecipientProvider provider) Modifier and TypeMethodDescriptionvoid
EmailType.addRecipientProviders
(List<RecipientProvider> providers) void
EmailExtStep.setRecipientProviders
(List<RecipientProvider> recipientProviders) -
Uses of RecipientProvider in hudson.plugins.emailext.plugins
Modifier and TypeFieldDescriptionprotected List<RecipientProvider>
EmailTriggerDescriptor.defaultRecipientProviders
Modifier and TypeMethodDescriptionRecipientProvider.all()
EmailTriggerDescriptor.getDefaultRecipientProviders()
Modifier and TypeMethodDescriptionvoid
EmailTriggerDescriptor.addDefaultRecipientProvider
(RecipientProvider provider) Modifier and TypeMethodDescriptionstatic void
RecipientProvider.checkAllSupport
(List<? extends RecipientProvider> providers, Class<? extends Job> clazz) ModifierConstructorDescriptionprotected
EmailTrigger
(List<RecipientProvider> recipientProviders, String recipientList, String replyTo, String subject, String body, String attachmentsPattern, int attachBuildLog, String contentType) -
Uses of RecipientProvider in hudson.plugins.emailext.plugins.recipients
Modifier and TypeClassDescriptionclass
Created by skroell on 03/03/2020.class
class
class
Created by acearl on 12/25/13.class
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
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
class
A recipient provider that finds the first culprits / requestor or developers of the previous build(s).class
Created by acearl on 12/25/13.class
Sends emails to committers of upstream builds which triggered this build. -
Uses of RecipientProvider in hudson.plugins.emailext.plugins.trigger
ModifierConstructorDescriptionAbortedTrigger
(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) Deprecated.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) 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 failureCountNthFailureTrigger
(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) Deprecated.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) 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) Deprecated.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) 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)