public class AttachmentJsonBeanConverterImpl extends Object implements AttachmentJsonBeanConverter
Constructor and Description |
---|
AttachmentJsonBeanConverterImpl(JiraBaseUrls urls,
ThumbnailManager thumbnailManager,
JiraAuthenticationContext authenticationContext,
EmailFormatter emailFormatter,
TimeZoneManager timeZoneManager,
UserBeanFactory userBeanFactory) |
Modifier and Type | Method and Description |
---|---|
AttachmentJsonBean |
shortBean(Attachment attachment) |
Collection<AttachmentJsonBean> |
shortBeans(Collection<Attachment> attachments) |
public AttachmentJsonBeanConverterImpl(JiraBaseUrls urls, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext, EmailFormatter emailFormatter, TimeZoneManager timeZoneManager, UserBeanFactory userBeanFactory)
public Collection<AttachmentJsonBean> shortBeans(Collection<Attachment> attachments)
shortBeans
in interface AttachmentJsonBeanConverter
public AttachmentJsonBean shortBean(Attachment attachment)
shortBean
in interface AttachmentJsonBeanConverter
Copyright © 2002-2021 Atlassian. All Rights Reserved.