public class

JiraSetupConfig

extends Object
implements SetupConfig
java.lang.Object
   ↳ com.atlassian.jira.appconsistency.JiraSetupConfig

Class Overview

Determines whether or not JIRA is setup

Summary

Public Constructors
JiraSetupConfig()
Public Methods
void init(Map params)
boolean isSetup()
boolean isSetupPage(String uri)
Determines if JIRA is setup
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.johnson.Initable
From interface com.atlassian.johnson.setup.SetupConfig

Public Constructors

public JiraSetupConfig ()

Public Methods

public void init (Map params)

public boolean isSetup ()

public boolean isSetupPage (String uri)

Determines if JIRA is setup

Parameters
uri The uri of the current page
Returns
  • returns false if JIRA is not setup up and the uri is not a setup page, otherwise false