com.atlassian.bamboo.setup
Interface BootstrapManager

All Known Implementing Classes:
DefaultBootstrapManager

public interface BootstrapManager

A Bamboo specialisation of the generic AtlassianBootstrapManager.


Field Summary
static String BAMBOO_HOME_CONSTANT
           
 
Method Summary
 String getBuildDirectory()
          Gets the directory where Bamboo's build files sit.
 String getConfigDirectory()
          Gets the directory where Bamboo's administration.xml file sits
 void setBuildDirectory(String buildDirectory)
           
 void setConfigDirectory(String configurationDirectory)
           
 

Field Detail

BAMBOO_HOME_CONSTANT

static final String BAMBOO_HOME_CONSTANT
See Also:
Constant Field Values
Method Detail

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.