Class BambooJohnsonSetupConfig
- java.lang.Object
-
- com.atlassian.bamboo.setup.johnson.BambooJohnsonSetupConfig
-
- All Implemented Interfaces:
com.atlassian.johnson.setup.SetupConfig
public class BambooJohnsonSetupConfig extends Object implements com.atlassian.johnson.setup.SetupConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
BOOTSTRAP_URL_PREFIX
static String
SETUP_URL_PREFIX
-
Constructor Summary
Constructors Constructor Description BambooJohnsonSetupConfig()
-
-
-
Field Detail
-
SETUP_URL_PREFIX
public static final String SETUP_URL_PREFIX
- See Also:
- Constant Field Values
-
BOOTSTRAP_URL_PREFIX
public static final String BOOTSTRAP_URL_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
isSetupPage
public boolean isSetupPage(String uri)
- Specified by:
isSetupPage
in interfacecom.atlassian.johnson.setup.SetupConfig
-
isSetup
public boolean isSetup()
- Specified by:
isSetup
in interfacecom.atlassian.johnson.setup.SetupConfig
-
-