Uses of Class
com.atlassian.jira.issue.attachment.AttachmentKey

Packages that use AttachmentKey
com.atlassian.jira.issue.attachment   
com.atlassian.jira.issue.util   
 

Uses of AttachmentKey in com.atlassian.jira.issue.attachment
 

Methods in com.atlassian.jira.issue.attachment that return AttachmentKey
static AttachmentKey AttachmentKeys.from(Attachment attachment)
           
static AttachmentKey AttachmentKeys.from(Attachment attachment, Issue issue)
           
static AttachmentKey AttachmentKeys.from(Project project, Issue issue, Attachment attachment)
           
static AttachmentKey AttachmentKeys.from(String originalProjectKey, String issueKey, Attachment attachment)
           
 

Methods in com.atlassian.jira.issue.attachment with parameters of type AttachmentKey
 File DefaultReadOnlyFileSystemAttachmentStore.getAttachmentFile(AttachmentKey attachment)
           
 File ReadOnlyFileBasedAttachmentStore.getAttachmentFile(AttachmentKey key)
          Returns a reference to a physical File representing the data for the given Attachment.
static File FileAttachments.getAttachmentFileHolder(AttachmentKey attachment, File rootDir)
          Returns a file that refers to an attachment specified by the given attachment key and the attachment root directory.
static File FileAttachments.getDefaultAttachmentFileHolder(AttachmentKey attachment, File rootDir)
          Returns a file that refers to the default location of an attachment specified by the given attachment key and the attachment root directory.
 

Uses of AttachmentKey in com.atlassian.jira.issue.util
 

Methods in com.atlassian.jira.issue.util that return types with arguments of type AttachmentKey
static EnclosedIterable<com.atlassian.fugue.Pair<Attachment,AttachmentKey>> ConsumeAllAttachmentKeys.getAttachmentsWithKeys(EnclosedIterable<Attachment> attachments, IssueManager issueManager)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.