Interface JiraServerIdProvider

All Known Implementing Classes:
BootstrapJiraServerIdProvider, DefaultJiraServerIdProvider

public interface JiraServerIdProvider
This can provide a serverID to calling code
Since:
v4.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the server ID of the JIRA instance, creates it if it doesn't already exists.
  • Method Details

    • 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.