com.atlassian.jira.bc.license
Interface JiraServerIdProvider

All Known Implementing Classes:
BootstrapJiraServerIdProvider, DefaultJiraServerIdProvider

public interface JiraServerIdProvider

This can provide a serverID to calling code

Since:
v4.4

Method Summary
 String getServerId()
          Gets the server ID of the JIRA instance, creates it if it doesn't already exists.
 

Method Detail

getServerId

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.