public class

AttachmentAdapterImpl

extends Object
implements AttachmentStore.AttachmentAdapter
java.lang.Object
   ↳ com.atlassian.jira.issue.attachment.AttachmentAdapterImpl

Class Overview

Used by Project Import.

Summary

Public Constructors
AttachmentAdapterImpl(Long id, String name)
Public Methods
static AttachmentAdapterImpl fromAttachment(Attachment attachment)
String getFilename()
Long getId()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.attachment.AttachmentStore.AttachmentAdapter

Public Constructors

public AttachmentAdapterImpl (Long id, String name)

Public Methods

public static AttachmentAdapterImpl fromAttachment (Attachment attachment)

public String getFilename ()

public Long getId ()