Uses of Interface
com.atlassian.jira.config.util.AttachmentPathManager

Packages that use AttachmentPathManager
com.atlassian.jira   
com.atlassian.jira.action.admin   
com.atlassian.jira.bc.dataimport   
com.atlassian.jira.bc.imports.project   
com.atlassian.jira.component   
com.atlassian.jira.config.util   
com.atlassian.jira.issue.attachment   
com.atlassian.jira.issue.managers   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.setup   
 

Uses of AttachmentPathManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return AttachmentPathManager
 AttachmentPathManager ComponentManager.getAttachmentPathManager()
          Deprecated. Get this component injected in your constructor or use ComponentAccessor for static access instead. Since v5.2.
 

Uses of AttachmentPathManager in com.atlassian.jira.action.admin
 

Constructors in com.atlassian.jira.action.admin with parameters of type AttachmentPathManager
OfbizImportHandler(OfBizDelegator ofBizDelegator, Executor executor, LicenseStringFactory licenseStringFactory, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, boolean useDefaultPaths)
           
 

Uses of AttachmentPathManager in com.atlassian.jira.bc.dataimport
 

Constructors in com.atlassian.jira.bc.dataimport with parameters of type AttachmentPathManager
DefaultDataImportService(DataImportProductionDependencies dependencies, PermissionManager permissionManager, JiraHome jiraHome, JiraLicenseUpdaterService jiraLicenseService, I18nHelper.BeanFactory beanFactory, OfBizDelegator ofBizDelegator, LicenseStringFactory licenseStringFactory, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, ExternalLinkUtil externalLinkUtil, ApplicationProperties applicationProperties, BuildUtilsInfo buildUtilsInfo, TaskManager taskManager, com.atlassian.mail.queue.MailQueue mailQueue, ComponentFactory factory, BuildVersionRegistry buildVersionRegistry, com.atlassian.event.spi.EventExecutorFactory eventExecutorFactory, JiraProperties jiraSystemProperties)
           
 

Uses of AttachmentPathManager in com.atlassian.jira.bc.imports.project
 

Constructors in com.atlassian.jira.bc.imports.project with parameters of type AttachmentPathManager
DefaultProjectImportService(PermissionManager permissionManager, ProjectImportManager projectImportManager, ProjectManager projectManager, UserManager userManager, IssueManager issueManager, VersionManager versionManager, ProjectComponentManager projectComponentManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, AttachmentManager attachmentManager, AttachmentPathManager attachmentPathManager, BuildUtilsInfo buildUtilsInfo)
           
 

Uses of AttachmentPathManager in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return AttachmentPathManager
static AttachmentPathManager ComponentAccessor.getAttachmentPathManager()
          Retrieves and returns the attachment path instance
 

Uses of AttachmentPathManager in com.atlassian.jira.config.util
 

Classes in com.atlassian.jira.config.util that implement AttachmentPathManager
static class AttachmentPathManager.PropertiesAdaptor
          Implementation of AttachmentPathManager that uses the ApplicationProperties to get the current paths.
 class MockAttachmentPathManager
           
 

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

Constructors in com.atlassian.jira.issue.attachment with parameters of type AttachmentPathManager
DefaultAttachmentStore(ProjectManager projectManager, AttachmentPathManager attachmentPathManager)
           
 

Uses of AttachmentPathManager in com.atlassian.jira.issue.managers
 

Constructors in com.atlassian.jira.issue.managers with parameters of type AttachmentPathManager
DefaultAttachmentManager(IssueManager issueManager, OfBizDelegator ofBizDelegator, MimeManager mimeManager, ApplicationProperties applicationProperties, AttachmentPathManager attachmentPathManager, ComponentLocator componentLocator, I18nHelper.BeanFactory i18nBeanFactory, UserManager userManager, AttachmentStore attachmentStore)
           
 

Uses of AttachmentPathManager in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type AttachmentPathManager
EditAttachmentSettings(AttachmentPathManager attachmentPathManager)
           
EditAttachmentSettings(ProjectManager projectManager, PermissionManager permissionManager, AttachmentPathManager attachmentPathManager)
           
ViewAttachmentSettings(ProjectManager projectManager, PermissionManager permissionManager, AttachmentPathManager attachmentPathManager)
           
 

Uses of AttachmentPathManager in com.atlassian.jira.web.action.setup
 

Constructors in com.atlassian.jira.web.action.setup with parameters of type AttachmentPathManager
SetupApplicationProperties(IssueIndexManager indexManager, ServiceManager serviceManager, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, JiraHome jiraHome, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, FileFactory fileFactory, ExternalLinkUtil externalLinkUtil)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.