com.atlassian.jira
Interface JiraApplicationContext

All Known Implementing Classes:
DefaultJiraApplicationContext

public interface JiraApplicationContext

High level component that represents the single instance of JIRA.

Since:
v3.13

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

Method Detail

getFingerPrint

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.


Copyright © 2002-2013 Atlassian. All Rights Reserved.