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 AttachmentJsonBeanConverterpublic AttachmentJsonBean shortBean(Attachment attachment)
shortBean in interface AttachmentJsonBeanConverterCopyright © 2002-2024 Atlassian. All Rights Reserved.