public interface

JiraApplicationContext

com.atlassian.jira.JiraApplicationContext
Known Indirect Subclasses

Class Overview

High level component that represents the single instance of JIRA.

Summary

Public Methods
String getFingerPrint()
Generates a fingerprint which should make reasonable attempts at uniqueness across real instances of JIRA.

Public Methods

public String getFingerPrint ()

Generates a fingerprint which should make reasonable attempts at uniqueness across real instances of JIRA. Its content should not betray any sensitive data about the instance. Must not return null.

Returns
  • a some hash or other magic String that can be used to distinguish instances of JIRA.