Package 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
Modifier and TypeMethodDescriptionGenerates a fingerprint which should make reasonable attempts at uniqueness across real instances of JIRA.
-
Method Details
-
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.
-