public class

JiraClusteringConfigChecklist

extends Object
java.lang.Object
   ↳ com.atlassian.jira.startup.JiraClusteringConfigChecklist

Class Overview

Represents the set of sanity checks that must be done as soon as clustering config is known.

Summary

Public Constructors
JiraClusteringConfigChecklist(ClusterLicenseStartupCheck licenseCheck, ClusterNodeProperties clusterNodeProperties, I18nHelper i18nHelper, JiraHome jiraHome, ApplicationProperties applicationProperties)
Public Methods
List<StartupCheck> getFailedStartupChecks()
boolean startupOK()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JiraClusteringConfigChecklist (ClusterLicenseStartupCheck licenseCheck, ClusterNodeProperties clusterNodeProperties, I18nHelper i18nHelper, JiraHome jiraHome, ApplicationProperties applicationProperties)

Public Methods

public List<StartupCheck> getFailedStartupChecks ()

Returns
  • the List ofStartupCheck that failed, if any or an empty list if none.

public boolean startupOK ()