Package com.atlassian.bamboo.setup
Interface BambooSharedProperties
- All Known Implementing Classes:
BambooSharedPropertiesImpl
@Internal
public interface BambooSharedProperties
Bamboo settings shared between cluster nodes.
-
Method Details
-
getBuildNumber
- Throws:
com.atlassian.config.ConfigurationException
-
setBuildNumber
- Throws:
com.atlassian.config.ConfigurationException
-
getWebSudoIpAllowlist
-
getWebSudoRemoteIpHeader
-
getJmsKeyStorePasswordEncrypted
-
createNewJmsKeyStorePassword
void createNewJmsKeyStorePassword(@NotNull @NotNull String encryptedPassword) throws com.atlassian.config.ConfigurationException - Throws:
com.atlassian.config.ConfigurationException
-
configFileExists
boolean configFileExists() -
getConfigFilePath
-
save
void save() throws com.atlassian.config.ConfigurationException- Throws:
com.atlassian.config.ConfigurationException
-
load
void load() throws com.atlassian.config.ConfigurationException- Throws:
com.atlassian.config.ConfigurationException
-