Package com.atlassian.jira.mail.util
Class MailAttachmentsManagerFactory
java.lang.Object
com.atlassian.jira.mail.util.MailAttachmentsManagerFactory
A factory that should be used for creating
MailAttachmentsManager.-
Constructor Summary
ConstructorsConstructorDescriptionMailAttachmentsManagerFactory(AvatarManager avatarManager, AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) -
Method Summary
Modifier and TypeMethodDescriptionCreates attachment manager without JWT tokenscreateAttachmentsManagerWithJwtTokens(String recipientUserName)
-
Constructor Details
-
MailAttachmentsManagerFactory
public MailAttachmentsManagerFactory(AvatarManager avatarManager, AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager)
-
-
Method Details
-
createAttachmentsManager
Creates attachment manager without JWT tokens -
createAttachmentsManagerWithJwtTokens
-