Package com.atlassian.jira.bc.license
Class BootstrapJiraServerIdProvider
java.lang.Object
com.atlassian.jira.bc.license.BootstrapJiraServerIdProvider
- All Implemented Interfaces:
JiraServerIdProvider
Used only during the boostrap run level.
- Since:
- v4.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the server ID of the JIRA instance, creates it if it doesn't already exists.
-
Constructor Details
-
BootstrapJiraServerIdProvider
public BootstrapJiraServerIdProvider()
-
-
Method Details
-
getServerId
Description copied from interface:JiraServerIdProvider
Gets the server ID of the JIRA instance, creates it if it doesn't already exists.- Specified by:
getServerId
in interfaceJiraServerIdProvider
- Returns:
- the server ID for this JIRA instance.
-