public class

MockJiraHome

extends AbstractJiraHome
java.lang.Object
   ↳ com.atlassian.jira.config.util.AbstractJiraHome
     ↳ com.atlassian.jira.config.util.MockJiraHome

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.config.util.JiraHome
[Expand]
Inherited Fields
From interface com.atlassian.jira.config.util.JiraHome
Public Constructors
MockJiraHome()
MockJiraHome(String homePath)
MockJiraHome(String localHomePath, String sharedHomePath)
Public Methods
@Nonnull File getHome()
Get the File object representing the JIRA home directory.
@Nonnull File getLocalHome()
void setHomePath(String homePath)
[Expand]
Inherited Methods
From class com.atlassian.jira.config.util.AbstractJiraHome
From class java.lang.Object
From interface com.atlassian.jira.config.util.JiraHome

Public Constructors

public MockJiraHome ()

public MockJiraHome (String homePath)

public MockJiraHome (String localHomePath, String sharedHomePath)

Public Methods

@Nonnull public File getHome ()

Get the File object representing the JIRA home directory.

Returns
  • the file path, must be a directory

@Nonnull public File getLocalHome ()

public void setHomePath (String homePath)