com.atlassian.bamboo.setup.johnson
Class BambooJohnsonSetupConfig

java.lang.Object
  extended by com.atlassian.bamboo.setup.johnson.BambooJohnsonSetupConfig
All Implemented Interfaces:
com.atlassian.johnson.Initable, com.atlassian.johnson.setup.SetupConfig

public class BambooJohnsonSetupConfig
extends java.lang.Object
implements com.atlassian.johnson.setup.SetupConfig


Field Summary
static java.lang.String BOOTSTRAP_URL_PREFIX
           
static java.lang.String SETUP_URL_PREFIX
           
 
Constructor Summary
BambooJohnsonSetupConfig()
           
 
Method Summary
 void init(java.util.Map map)
           
 boolean isSetup()
           
 boolean isSetupPage(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SETUP_URL_PREFIX

public static final java.lang.String SETUP_URL_PREFIX
See Also:
Constant Field Values

BOOTSTRAP_URL_PREFIX

public static final java.lang.String BOOTSTRAP_URL_PREFIX
See Also:
Constant Field Values
Constructor Detail

BambooJohnsonSetupConfig

public BambooJohnsonSetupConfig()
Method Detail

init

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

isSetupPage

public boolean isSetupPage(java.lang.String uri)
Specified by:
isSetupPage in interface com.atlassian.johnson.setup.SetupConfig

isSetup

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


Copyright © 2011 Atlassian. All Rights Reserved.