|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BootstrapManager
A Bamboo specialisation of the generic AtlassianBootstrapManager
.
Field Summary | |
---|---|
static java.lang.String |
FINGERPRINT_PARAM
|
Method Summary | |
---|---|
java.net.URI |
getBrokerClientURI()
|
java.net.URI |
getBrokerURI()
|
java.lang.String |
getBuildDirectory()
Gets the directory where Bamboo's build files sit. |
java.lang.String |
getBuildWorkingDirectory()
|
java.lang.String |
getConfigDirectory()
Gets the directory where Bamboo's administration.xml file sits |
java.lang.String |
getFingerprint()
Provides a unique identifier for this startup |
java.io.File |
getIndexDirectory()
Returns the index directory as stored in the cfg.xml file with the bambooHome preopty replaced |
java.lang.String |
getServerID()
|
void |
setBrokerClientURI(java.net.URI brokerURI)
|
void |
setBrokerURI(java.net.URI brokerUrl)
|
void |
setBuildDirectory(java.lang.String buildDirectory)
|
void |
setBuildWorkingDirectory(java.lang.String buildWorkingDirectory)
|
void |
setConfigDirectory(java.lang.String configurationDirectory)
|
void |
setServerID(java.lang.String serverId)
|
Methods inherited from interface com.atlassian.config.bootstrap.AtlassianBootstrapManager |
---|
bootstrapDatabase, bootstrapDatasource, databaseContainsExistingData, getApplicationConfig, getApplicationHome, getBootstrapFailureReason, getBuildNumber, getConfiguredApplicationHome, getFilePathProperty, getHibernateConfig, getHibernateConfigurator, getHibernateProperties, getOperation, getPropertiesWithPrefix, getProperty, getPropertyKeys, getSetupPersister, getString, getTestDatabaseConnection, getTestDatasourceConnection, init, isApplicationHomeValid, isBootstrapped, isPropertyTrue, isSetupComplete, publishConfiguration, removeProperty, save, setBuildNumber, setHibernateConfigurator, setOperation, setProperty, setSetupComplete |
Field Detail |
---|
static final java.lang.String FINGERPRINT_PARAM
Method Detail |
---|
java.lang.String getConfigDirectory()
void setConfigDirectory(java.lang.String configurationDirectory)
java.lang.String getBuildDirectory()
void setBuildDirectory(java.lang.String buildDirectory)
java.lang.String getBuildWorkingDirectory()
void setBuildWorkingDirectory(java.lang.String buildWorkingDirectory)
@Nullable java.io.File getIndexDirectory()
java.lang.String getServerID()
void setServerID(java.lang.String serverId)
java.net.URI getBrokerURI() throws java.net.URISyntaxException
java.net.URISyntaxException
void setBrokerURI(java.net.URI brokerUrl)
java.net.URI getBrokerClientURI() throws java.net.URISyntaxException
java.net.URISyntaxException
void setBrokerClientURI(java.net.URI brokerURI)
@NotNull java.lang.String getFingerprint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |