public class

BootstrapJiraServerIdProvider

extends Object
implements JiraServerIdProvider
java.lang.Object
   ↳ com.atlassian.jira.bc.license.BootstrapJiraServerIdProvider

Class Overview

Used only during the boostrap run level.

Summary

Public Constructors
BootstrapJiraServerIdProvider()
Public Methods
String getServerId()
Gets the server ID of the JIRA instance, creates it if it doesn't already exists.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.bc.license.JiraServerIdProvider

Public Constructors

public BootstrapJiraServerIdProvider ()

Public Methods

public String getServerId ()

Gets the server ID of the JIRA instance, creates it if it doesn't already exists.

Returns
  • the server ID for this JIRA instance.