Uses of Interface
com.atlassian.jira.bc.issue.attachment.VersionedAttachmentsList

Packages that use VersionedAttachmentsList
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.web.action.issue   
 

Uses of VersionedAttachmentsList in com.atlassian.jira.bc.issue.attachment
 

Classes in com.atlassian.jira.bc.issue.attachment that implement VersionedAttachmentsList
 class FileNameBasedVersionedAttachmentsList
          This implementation wraps a list of attachments and adds the concept of attachment 'versions' by grouping attachments that have the same filename as versions of the same file.
 

Uses of VersionedAttachmentsList in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return VersionedAttachmentsList
 VersionedAttachmentsList ViewIssue.getFileAttachments()
           
 VersionedAttachmentsList ViewIssue.getImageAttachments()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.