Class ApplicationPropertiesJiraHomePathLocator

java.lang.Object
com.atlassian.jira.startup.ApplicationPropertiesJiraHomePathLocator
All Implemented Interfaces:
JiraHomePathLocator

public class ApplicationPropertiesJiraHomePathLocator extends Object implements JiraHomePathLocator
JIRA Home path locator that gets the value from the jira-application.properties file and not the database.
  • Constructor Details

    • ApplicationPropertiesJiraHomePathLocator

      public ApplicationPropertiesJiraHomePathLocator()
  • Method Details

    • getJiraHome

      public String getJiraHome()
      Description copied from interface: JiraHomePathLocator
      Returns the jira.home path configured via this locator method, or null if none is configured.
      Specified by:
      getJiraHome in interface JiraHomePathLocator
      Returns:
      the jira.home path configured via this locator method, or null if none is configured.
    • getDisplayName

      public String getDisplayName()
      Description copied from interface: JiraHomePathLocator
      Returns a user-friendly and readable name for this locator to make support's life easier.
      Specified by:
      getDisplayName in interface JiraHomePathLocator
      Returns:
      a user-friendly and readable name for this locator to make support's life easier