com.atlassian.jira.bc.license
Class BootstrapJiraServerIdProvider

java.lang.Object
  extended by com.atlassian.jira.bc.license.BootstrapJiraServerIdProvider
All Implemented Interfaces:
JiraServerIdProvider

public class BootstrapJiraServerIdProvider
extends Object
implements JiraServerIdProvider

Used only during the boostrap run level.

Since:
v4.3

Constructor Summary
BootstrapJiraServerIdProvider()
           
 
Method Summary
 String getServerId()
          Gets the server ID of the JIRA instance, creates it if it doesn't already exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapJiraServerIdProvider

public BootstrapJiraServerIdProvider()
Method Detail

getServerId

public String 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 interface JiraServerIdProvider
Returns:
the server ID for this JIRA instance.


Copyright © 2002-2012 Atlassian. All Rights Reserved.