Package com.atlassian.bamboo.setup
Interface BambooSharedProperties
-
- All Known Implementing Classes:
BambooSharedPropertiesImpl
@Internal public interface BambooSharedPropertiesBamboo settings shared between cluster nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanconfigFileExists()voidcreateNewJmsKeyStorePassword(@NotNull String encryptedPassword)@NotNull StringgetBuildNumber()@NotNull PathgetConfigFilePath()@Nullable StringgetJmsKeyStorePasswordEncrypted()voidload()voidsave()voidsetBuildNumber(String buildNumber)
-
-
-
Method Detail
-
getBuildNumber
@NotNull @NotNull String getBuildNumber() throws com.atlassian.config.ConfigurationException
- Throws:
com.atlassian.config.ConfigurationException
-
setBuildNumber
void setBuildNumber(String buildNumber) throws com.atlassian.config.ConfigurationException
- Throws:
com.atlassian.config.ConfigurationException
-
getJmsKeyStorePasswordEncrypted
@Nullable @Nullable String getJmsKeyStorePasswordEncrypted()
-
createNewJmsKeyStorePassword
void createNewJmsKeyStorePassword(@NotNull @NotNull String encryptedPassword) throws com.atlassian.config.ConfigurationException- Throws:
com.atlassian.config.ConfigurationException
-
configFileExists
boolean configFileExists()
-
getConfigFilePath
@NotNull @NotNull Path 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
-
-