Interface JiraConfigProvider
- All Known Implementing Classes:
AdaptingConfigProvider
,RestConfigProvider
public interface JiraConfigProvider
Component providing config information about JIRA.
- Since:
- v4.4
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSetUp()
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
-