Uses of Interface
com.atlassian.jira.util.system.JiraSystemRestarter

Packages that use JiraSystemRestarter
com.atlassian.jira.util.system   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.setup   
 

Uses of JiraSystemRestarter in com.atlassian.jira.util.system
 

Classes in com.atlassian.jira.util.system that implement JiraSystemRestarter
 class JiraSystemRestarterImpl
          Since this class causes PICO to commit suicide, it is very careful to be completely stateless and not keep references to any things inside PICO itself.
 

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

Constructors in com.atlassian.jira.web.action.admin with parameters of type JiraSystemRestarter
ConfirmInstallationWithLicense(JiraLicenseUpdaterService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, ExternalLinkUtil externalLinkUtil, com.atlassian.crowd.embedded.api.CrowdService crowdService, PermissionManager permissionManager)
           
ConfirmNewInstallationWithOldLicense(JiraLicenseUpdaterService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, com.atlassian.crowd.embedded.api.CrowdService crowdService)
           
 

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

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



Copyright © 2002-2012 Atlassian. All Rights Reserved.