Class DefaultJiraApplicationContext

java.lang.Object
com.atlassian.jira.DefaultJiraApplicationContext
All Implemented Interfaces:
JiraApplicationContext

public class DefaultJiraApplicationContext extends Object implements JiraApplicationContext
Default singleton production implementation.
Since:
v3.13
  • Constructor Details

  • Method Details

    • getFingerPrint

      public String getFingerPrint()
      Generates a fingerprint based on a hash of the server id and base url to have some faith of uniqueness across real instances of JIRA. Server ID alone is insufficient since it could be the same in, say, both a test and production instance of JIRA if data was cloned.
      Specified by:
      getFingerPrint in interface JiraApplicationContext
      Returns:
      a 128 bit hex String representing the unique instance of JIRA.