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.service.services.export   
com.atlassian.jira.startup   
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   
com.atlassian.sal.jira   
 

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.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.startup
 

Classes in com.atlassian.jira.startup that implement JiraHome
static class SystemTenantJiraHomeLocator.SystemJiraHome
           
 

Methods in com.atlassian.jira.startup with parameters of type JiraHome
 void JiraSystemInfo.obtainFilePaths(JiraHome jiraHome)
          Only call AFTER JIRA is fully up!
 

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, FileFactory fileFactory)
           
SetupImport(IndexPathManager indexPathManager, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, JiraHome jiraHome, FileFactory fileFactory)
           
 

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, FileFactory fileFactory)
           
 

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, UserManager userManager, ExternalUtils externalUtils, ApplicationProperties applicationProperties, ProjectService projectService, JiraAuthenticationContext jiraAuthenticationContext, JiraHome jiraHome)
           
 

Uses of JiraHome in com.atlassian.sal.jira
 

Constructors in com.atlassian.sal.jira with parameters of type JiraHome
JiraApplicationProperties(VelocityRequestContextFactory velocityRequestContextFactory, JiraHome jiraHome, ApplicationProperties jiraApplicationProperties, BuildUtilsInfo buildUtilsInfo)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.