Package | Description |
---|---|
com.atlassian.jira.config.database | |
com.atlassian.jira.health.checks.database | |
com.atlassian.jira.startup |
Modifier and Type | Method and Description |
---|---|
FaultDescription |
DatabaseConfig.testConnection(com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
Tests the connection using the given bootstrapManager.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedDatabaseTypeCheck
Embedded database check that stops JIRA startup if unsupported HSQL is detected.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StartupCheck
Represents an individual check to be done on startup.
|
Modifier and Type | Class and Description |
---|---|
class |
FailedStartupCheck
Represents a generic failed StartupCheck.
|
class |
JiraHomeStartupCheck
This StartupCheck will check that there is a valid jira.home configured that we can get an exclusive lock on.
|
Modifier and Type | Method and Description |
---|---|
static FaultDescription |
FaultDescription.fromString(String description)
Create a FaultDescription containing a String
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.