Uses of Interface
com.atlassian.jira.issue.thumbnail.ThumbnailManager
Packages that use ThumbnailManager
Package
Description
-
Uses of ThumbnailManager in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return ThumbnailManagerModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.thumbnailManager(DisabledThumbNailManager disabledThumbnailManager, DefaultThumbnailManager defaultThumbnailManager, ApplicationProperties applicationProperties) Methods in com.atlassian.jira.component.spring.registrar with parameters of type ThumbnailManagerModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.attachmentJsonBeanConverter(JiraBaseUrls jiraBaseUrls, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext, EmailFormatter emailFormatter, TimeZoneManager timeZoneManager, UserBeanFactory userBeanFactory) FullJiraConfiguration.JiraCoreConfiguration.attachmentViewDtoConverter(ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext, AttachmentIndexManager attachmentIndexManager, IssueManager issueManager, PermissionManager permissionManager, DateTimeFormatterFactory dateTimeFormatterFactory, UserManager userManager, AttachmentConfigStore attachmentConfigStore) FullJiraConfiguration.JiraCoreConfiguration.issueAttachmentDeleteHelper(AttachmentManager attachmentManager, AttachmentConfigManager attachmentConfigManager, StreamAttachmentStore streamAttachmentStore, ThumbnailManager thumbnailManager) FullJiraConfiguration.JiraCoreConfiguration.mailAttachmentsManagerFactory(AvatarManager avatarManager, AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) FullJiraConfiguration.JiraCoreConfiguration.mailImageInliner(AvatarManager avatarManager, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager, MailAttachmentsManagerFactory mailAttachmentsManagerFactory) com.atlassian.renderer.attachments.RendererAttachmentManagerFullJiraConfiguration.JiraCoreConfiguration.rendererAttachmentManager(AttachmentManager attachmentManager, ThumbnailManager thumbnailManager, JiraAuthenticationContext jiraAuthenticationContext) -
Uses of ThumbnailManager in com.atlassian.jira.issue.attachment
Constructors in com.atlassian.jira.issue.attachment with parameters of type ThumbnailManagerModifierConstructorDescriptionAttachmentsCategoriser(ThumbnailManager thumbnailManager, AttachmentsCategoriser.Source attachmentsSource) Deprecated.Creates a new AttachmentsCategoriser -
Uses of ThumbnailManager in com.atlassian.jira.issue.fields
Constructors in com.atlassian.jira.issue.fields with parameters of type ThumbnailManagerModifierConstructorDescriptionAttachmentSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, AttachmentManager attachmentManager, AttachmentConfigManager attachmentConfigManager, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, JiraBaseUrls jiraBaseUrls, ThumbnailManager thumbnailManager, DateTimeFormatterFactory dateTimeFormatterFactory, EmailFormatter emailFormatter, BackwardCompatibleTemporaryAttachmentUtil temporaryAttachmentUtil, AttachmentJsonBeanConverter attachmentJsonBeanConverter, CsvDateFormatter csvDateFormatter, AttachmentValidator attachmentValidator, WorkflowManager workflowManager) ThumbnailSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext) -
Uses of ThumbnailManager in com.atlassian.jira.issue.fields.renderer.wiki.embedded
Constructors in com.atlassian.jira.issue.fields.renderer.wiki.embedded with parameters of type ThumbnailManagerModifierConstructorDescriptionRendererAttachmentManager(AttachmentManager attachmentManager, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext) -
Uses of ThumbnailManager in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type ThumbnailManagerModifier and TypeMethodDescriptionstatic AttachmentJsonBeanAttachmentJsonBean.shortBean(Attachment attachment, JiraBaseUrls urls, ThumbnailManager thumbnailManager) Deprecated.static AttachmentJsonBeanAttachmentJsonBean.shortBean(Attachment attachment, JiraBaseUrls urls, ThumbnailManager thumbnailManager, ApplicationUser loggedInUser, EmailFormatter emailFormatter) static AttachmentRenderedJsonBeanAttachmentRenderedJsonBean.shortBean(Attachment attachment, JiraBaseUrls urls, ThumbnailManager thumbnailManager, DateTimeFormatterFactory dateTimeFormatterFactory) static AttachmentRenderedJsonBeanAttachmentRenderedJsonBean.shortBean(Attachment attachment, JiraBaseUrls urls, ThumbnailManager thumbnailManager, DateTimeFormatterFactory dateTimeFormatterFactory, ApplicationUser loggedInUser, EmailFormatter emailFormatter) static Collection<AttachmentJsonBean> AttachmentJsonBean.shortBeans(Collection<Attachment> attachments, JiraBaseUrls urls, ThumbnailManager thumbnailManager) static Collection<AttachmentJsonBean> AttachmentJsonBean.shortBeans(Collection<Attachment> attachments, JiraBaseUrls urls, ThumbnailManager thumbnailManager, ApplicationUser loggedInUser, EmailFormatter emailFormatter) Deprecated.static Collection<AttachmentRenderedJsonBean> AttachmentRenderedJsonBean.shortBeans(Collection<Attachment> attachments, JiraBaseUrls urls, ThumbnailManager thumbnailManager, DateTimeFormatterFactory dateTimeFormatterFactory) static Collection<AttachmentRenderedJsonBean> AttachmentRenderedJsonBean.shortBeans(Collection<Attachment> attachments, JiraBaseUrls urls, ThumbnailManager thumbnailManager, DateTimeFormatterFactory dateTimeFormatterFactory, ApplicationUser loggedInUser, EmailFormatter emailFormatter) Constructors in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type ThumbnailManagerModifierConstructorDescriptionAttachmentJsonBeanConverterImpl(JiraBaseUrls urls, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext, EmailFormatter emailFormatter, TimeZoneManager timeZoneManager, UserBeanFactory userBeanFactory) -
Uses of ThumbnailManager in com.atlassian.jira.issue.fields.rest.json.dto
Constructors in com.atlassian.jira.issue.fields.rest.json.dto with parameters of type ThumbnailManagerModifierConstructorDescriptionAttachmentViewDtoConverterImpl(ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext, AttachmentIndexManager attachmentIndexManager, IssueManager issueManager, PermissionManager permissionManager, DateTimeFormatter dateTimeFormatter, UserManager userManager, AttachmentConfigStore attachmentConfigStore) -
Uses of ThumbnailManager in com.atlassian.jira.issue.managers
Constructors in com.atlassian.jira.issue.managers with parameters of type ThumbnailManagerModifierConstructorDescriptionDefaultIssueAttachmentDeleteHelper(AttachmentManager attachmentManager, AttachmentConfigManager attachmentConfigManager, StreamAttachmentStore streamAttachmentStore, ThumbnailManager thumbnailManager) -
Uses of ThumbnailManager in com.atlassian.jira.issue.thumbnail
Classes in com.atlassian.jira.issue.thumbnail that implement ThumbnailManagerModifier and TypeClassDescriptionclassThumbnailManager is a utility used to create and retrieve thumbnails for attachments.class -
Uses of ThumbnailManager in com.atlassian.jira.mail
Constructors in com.atlassian.jira.mail with parameters of type ThumbnailManagerModifierConstructorDescriptionMailImageInlinerImpl(AvatarManager avatarManager, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager, MailAttachmentsManagerFactory mailAttachmentsManagerFactory) -
Uses of ThumbnailManager in com.atlassian.jira.mail.util
Methods in com.atlassian.jira.mail.util with parameters of type ThumbnailManagerModifier and TypeMethodDescriptionstatic MailAttachmentMailAttachments.newMailAttachmentByStreamingFromThumbnailManager(Attachment attachment, ThumbnailManager thumbnailManager) Create a new mail attachment by streaming the content of a thumbnail from the thumbnail manager.static MailAttachmentsManagerImplMailAttachmentsManagerImpl.withJwtTokens(AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, AvatarManager avatarManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, String recipientUserName, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) Created this way it will try to add JWT tokens to secured image paths.static MailAttachmentsManagerImplMailAttachmentsManagerImpl.withoutJwtTokens(AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, AvatarManager avatarManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) Created this way it won't try to add JWT tokens to secured image paths.Constructors in com.atlassian.jira.mail.util with parameters of type ThumbnailManagerModifierConstructorDescriptionMailAttachmentsManagerFactory(AvatarManager avatarManager, AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) -
Uses of ThumbnailManager in com.atlassian.jira.rest.v2.issue.attachment.format
Constructors in com.atlassian.jira.rest.v2.issue.attachment.format with parameters of type ThumbnailManagerModifierConstructorDescriptionAttachmentBeanBuilder(JiraBaseUrls jiraBaseUrls, ThumbnailManager thumbnailManager, Attachment attachment) Creates a new AttachmentBeanBuilder. -
Uses of ThumbnailManager in com.atlassian.jira.rest.v2.issue.builder
Constructors in com.atlassian.jira.rest.v2.issue.builder with parameters of type ThumbnailManagerModifierConstructorDescriptionBeanBuilderFactoryImpl(UserManager userManager, ThumbnailManager thumbnailManager, VersionBeanFactory versionBeanFactory, FieldLayoutManager fieldLayoutManager, JiraAuthenticationContext authContext, FieldManager fieldManager, ResourceUriBuilder uriBuilder, jakarta.ws.rs.core.UriInfo contextUriInfo, VelocityRequestContextFactory velocityRequestContextFactory, ProjectManager projectManager, ProjectRoleManager projectRoleManager, IssueTypeSchemeManager issueTypeSchemeManager, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, IssueManager issueManager, JiraBaseUrls baseUrls, IssueLinksBeanBuilderFactory issueLinkBeanBuilderFactory, IssueWorkflowManager issueWorkflowManager, WorkflowManager workflowManager, StatusManager statusManager, IssueFactory issueFactory, ChangeHistoryManager changeHistoryManager, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, I18nHelper i18nHelper, com.atlassian.plugin.PluginAccessor pluginAccessor, JqlStringSupport jqlStringSupport, GroupManager groupManager, PermissionSchemeManager permissionSchemeManager, FilterSubscriptionService filterSubscriptionService, JiraBaseUrls jiraBaseUrls, IssueSecurityLevelManager issueSecurityLevelManager, HistoryMetadataManager historyMetadataManager, UserBeanFactory userBeanFactory, LicenseCountService licenseCountService, FeatureManager featureManager, FilterPermissionBeanFactory filterPermissionBeanFactory, ShareManager shareManager, ConstantsManager constantsManager, UserSearchService userSearchService, ResourceUriBuilder resourceUriBuilder)
AttachmentJsonBean.shortBean(com.atlassian.jira.issue.attachment.Attachment, JiraBaseUrls, com.atlassian.jira.issue.thumbnail.ThumbnailManager, com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.util.EmailFormatter)