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
boolean isSetup()
Returns true if JIRA is set up; false otherwise.
boolean isSetupPage(String uri)
Determines if JIRA is set up.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.johnson.setup.SetupConfig

Public Constructors

public JiraSetupConfig ()

Public Methods

public boolean isSetup ()

Returns true if JIRA is set up; false otherwise. JIRA Cloud always reports itself as being set up.

Returns
  • true if JIRA is set up; false otherwise.

public boolean isSetupPage (String uri)

Determines if JIRA is set up.

Parameters
uri The uri of the current page
Returns
  • returns true if this is one of JIRA's setup pages (or looks like it could be); false otherwise