com.atlassian.bamboo.setup
Interface BootstrapManager
- All Known Implementing Classes:
- DefaultBootstrapManager
public interface BootstrapManager
A Bamboo specialisation of the generic AtlassianBootstrapManager
.
BAMBOO_HOME_CONSTANT
static final String BAMBOO_HOME_CONSTANT
- See Also:
- Constant Field Values
getConfigDirectory
String getConfigDirectory()
- Gets the directory where Bamboo's administration.xml file sits
- Returns:
- String representing the path to the folder. Null if not configured
setConfigDirectory
void setConfigDirectory(String configurationDirectory)
getBuildDirectory
String getBuildDirectory()
- Gets the directory where Bamboo's build files sit. This includes artifacts and the like
- Returns:
- String representing the path to the folder. Null if not configured
setBuildDirectory
void setBuildDirectory(String buildDirectory)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.