com.atlassian.jira.appconsistency
Class JiraSetupConfig

java.lang.Object
  extended by com.atlassian.jira.appconsistency.JiraSetupConfig
All Implemented Interfaces:
com.atlassian.johnson.Initable, com.atlassian.johnson.setup.SetupConfig

public class JiraSetupConfig
extends Object
implements com.atlassian.johnson.setup.SetupConfig

Determines whether or not JIRA is setup


Constructor Summary
JiraSetupConfig()
           
 
Method Summary
 void init(Map params)
           
 boolean isSetup()
           
 boolean isSetupPage(String uri)
          Determines if JIRA is setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraSetupConfig

public JiraSetupConfig()
Method Detail

init

public void init(Map params)
Specified by:
init in interface com.atlassian.johnson.Initable

isSetupPage

public boolean isSetupPage(String uri)
Determines if JIRA is setup

Specified by:
isSetupPage in interface com.atlassian.johnson.setup.SetupConfig
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

isSetup

public boolean isSetup()
Specified by:
isSetup in interface com.atlassian.johnson.setup.SetupConfig


Copyright © 2002-2014 Atlassian. All Rights Reserved.