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

Packages that use JiraHome
com.atlassian.jira.avatar   
com.atlassian.jira.config.util   
com.atlassian.jira.plugin   
com.atlassian.jira.service.services.export   
com.atlassian.jira.util.log   
com.atlassian.jira.web.action.admin.importer.project   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.util   
com.atlassian.jira.web.action.util.csv   
 

Uses of JiraHome in com.atlassian.jira.avatar
 

Constructors in com.atlassian.jira.avatar with parameters of type JiraHome
AvatarManagerImpl(AvatarStore store, JiraHome jiraHome, ApplicationProperties applicationProperties, PermissionManager permissionManager)
           
 

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

Classes in com.atlassian.jira.config.util that implement JiraHome
 class AbstractJiraHome
          Class that helps with the implementation of the JiraHome interface.
 class DefaultJiraHome
          Simple implementation of JiraHome.
 

Constructors in com.atlassian.jira.config.util with parameters of type JiraHome
AttachmentPathManager.PropertiesAdaptor(ApplicationProperties applicationProperties, JiraHome jiraHome)
           
IndexPathManager.PropertiesAdaptor(ApplicationProperties applicationProperties, JiraHome jiraHome)
           
 

Uses of JiraHome in com.atlassian.jira.plugin
 

Constructors in com.atlassian.jira.plugin with parameters of type JiraHome
PluginPath.JiraHomeAdapter(JiraHome jiraHome)
           
 

Uses of JiraHome in com.atlassian.jira.service.services.export
 

Constructors in com.atlassian.jira.service.services.export with parameters of type JiraHome
ExportService(JiraHome jiraHome)
           
 

Uses of JiraHome in com.atlassian.jira.util.log
 

Constructors in com.atlassian.jira.util.log with parameters of type JiraHome
JiraLogLocator(JiraHome home)
           
 

Uses of JiraHome in com.atlassian.jira.web.action.admin.importer.project
 

Constructors in com.atlassian.jira.web.action.admin.importer.project with parameters of type JiraHome
ProjectImportSelectBackup(ProjectImportService projectImportService, TaskManager taskManager, BuildUtilsInfo buildUtilsInfo, JiraHome jiraHome, AttachmentManager attachmentManager)
           
 

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

Constructors in com.atlassian.jira.web.action.setup with parameters of type JiraHome
Setup(IssueIndexManager indexManager, IndexLanguageToLocaleMapper languageToLocaleMapper, ServiceManager serviceManager, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, JiraHome jiraHome, JiraLicenseUpdaterService licenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter)
           
SetupImport(IndexPathManager indexPathManager, JiraLicenseService jiraLicenseService, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, JiraHome jiraHome)
           
 

Uses of JiraHome in com.atlassian.jira.web.action.util
 

Constructors in com.atlassian.jira.web.action.util with parameters of type JiraHome
CsvImporter(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, ProjectService projectService, UserUtil userUtil, JiraLicenseService jiraLicenseService, JiraHome jiraHome)
           
ImportAll(IndexPathManager indexPathManager, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, JiraLicenseService jiraLicenseService, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, JiraHome jiraHome)
           
 

Uses of JiraHome in com.atlassian.jira.web.action.util.csv
 

Constructors in com.atlassian.jira.web.action.util.csv with parameters of type JiraHome
ConfigureCsvMapping(ConstantsManager constantsManager, CustomFieldManager customFieldManager, ProjectManager projectManager, com.opensymphony.user.UserManager userManager, ExternalUtils externalUtils, ApplicationProperties applicationProperties, ProjectService projectService, JiraHome jiraHome)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.