Uses of Class
hudson.plugins.emailext.plugins.RecipientProvider
Packages that use RecipientProvider
Package
Description
-
Uses of RecipientProvider in hudson.plugins.emailext
Methods in hudson.plugins.emailext that return types with arguments of type RecipientProviderModifier and TypeMethodDescriptionEmailExtRecipientStep.getRecipientProviders()
List<? extends RecipientProvider>
EmailExtStep.getRecipientProviders()
EmailType.getRecipientProviders()
Methods in hudson.plugins.emailext with parameters of type RecipientProviderModifier and TypeMethodDescriptionvoid
EmailType.addRecipientProvider
(RecipientProvider provider) Method parameters in hudson.plugins.emailext with type arguments of type RecipientProviderModifier and TypeMethodDescriptionvoid
EmailType.addRecipientProviders
(List<RecipientProvider> providers) void
EmailExtStep.setRecipientProviders
(List<RecipientProvider> recipientProviders) Constructor parameters in hudson.plugins.emailext with type arguments of type RecipientProvider -
Uses of RecipientProvider in hudson.plugins.emailext.plugins
Fields in hudson.plugins.emailext.plugins with type parameters of type RecipientProviderModifier and TypeFieldDescriptionprotected List<RecipientProvider>
EmailTriggerDescriptor.defaultRecipientProviders
Methods in hudson.plugins.emailext.plugins that return types with arguments of type RecipientProviderModifier and TypeMethodDescriptionRecipientProvider.all()
EmailTriggerDescriptor.getDefaultRecipientProviders()
Methods in hudson.plugins.emailext.plugins with parameters of type RecipientProviderModifier and TypeMethodDescriptionvoid
EmailTriggerDescriptor.addDefaultRecipientProvider
(RecipientProvider provider) Method parameters in hudson.plugins.emailext.plugins with type arguments of type RecipientProviderModifier and TypeMethodDescriptionstatic void
RecipientProvider.checkAllSupport
(List<? extends RecipientProvider> providers, Class<? extends Job> clazz) Constructor parameters in hudson.plugins.emailext.plugins with type arguments of type RecipientProviderModifierConstructorDescriptionprotected
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
Subclasses of RecipientProvider in hudson.plugins.emailext.plugins.recipientsModifier 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
Constructor parameters in hudson.plugins.emailext.plugins.trigger with type arguments of type RecipientProviderModifierConstructorDescriptionAbortedTrigger
(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)