Interface JiraConfigProvider

All Known Implementing Classes:
AdaptingConfigProvider, RestConfigProvider

public interface JiraConfigProvider
Component providing config information about JIRA.
Since:
v4.4
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if JIRA instance is set up.
    JIRA Home directory path.
  • Method Details

    • jiraHomePath

      String jiraHomePath()
      JIRA Home directory path.
      Returns:
      JIRA Home directory path
    • isSetUp

      boolean isSetUp()
      Checks if JIRA instance is set up.
      Returns:
      true, if JIRA is set up