Class StoreAttachmentBean

java.lang.Object
com.atlassian.jira.issue.attachment.StoreAttachmentBean

public class StoreAttachmentBean extends Object
Bean used to store attachment in attachment stores.
Since:
v6.4
  • Method Details

    • getSize

      public Long getSize()
    • getOriginalProjectKey

      public String getOriginalProjectKey()
    • getIssueKey

      public String getIssueKey()
    • getId

      public long getId()
    • getFileName

      public String getFileName()
    • getAttachmentKey

      public AttachmentKey getAttachmentKey()
    • getStream

      public InputStream getStream()