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 TypeMethodDescriptionvoidEmailType.addRecipientProvider(RecipientProvider provider) Method parameters in hudson.plugins.emailext with type arguments of type RecipientProviderModifier and TypeMethodDescriptionvoidEmailType.addRecipientProviders(List<RecipientProvider> providers) voidEmailExtStep.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.defaultRecipientProvidersMethods in hudson.plugins.emailext.plugins that return types with arguments of type RecipientProviderModifier and TypeMethodDescriptionRecipientProvider.all()EmailTriggerDescriptor.getDefaultRecipientProviders()EmailTrigger.getRecipientProviders()Methods in hudson.plugins.emailext.plugins with parameters of type RecipientProviderModifier and TypeMethodDescriptionvoidEmailTriggerDescriptor.addDefaultRecipientProvider(RecipientProvider provider) Method parameters in hudson.plugins.emailext.plugins with type arguments of type RecipientProviderModifier and TypeMethodDescriptionstatic voidRecipientProvider.checkAllSupport(List<? extends RecipientProvider> providers, Class<? extends Job> clazz) Constructor parameters in hudson.plugins.emailext.plugins with type arguments of type RecipientProviderModifierConstructorDescriptionprotectedEmailTrigger(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 TypeClassDescriptionclassCreated by skroell on 03/03/2020.classclassclassCreated by acearl on 12/25/13.classA 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.classA 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.classclassA recipient provider that finds the first culprits / requestor or developers of the previous build(s).classCreated by acearl on 12/25/13.classSends 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)