com.atlassian.jira.pageobjects.config
Interface JiraConfigProvider

All Known Implementing Classes:
AdaptingConfigProvider, RestConfigProvider

public interface JiraConfigProvider

Component providing config information about JIRA.

Since:
v4.4

Method Summary
 boolean isSetUp()
          Checks if JIRA instance is set up.
 String jiraHomePath()
          JIRA Home directory path.
 

Method Detail

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.