Package com.atlassian.bamboo.setup
Class BambooSharedPropertiesImpl
java.lang.Object
com.atlassian.bamboo.setup.BambooSharedPropertiesImpl
- All Implemented Interfaces:
BambooSharedProperties
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
createNewJmsKeyStorePassword
(@NotNull String encryptedPassword) @NotNull String
@NotNull Path
@Nullable String
@NotNull String
void
load()
void
save()
void
setBuildNumber
(String buildNumber)
-
Field Details
-
BAMBOO_PROPERTIES
- See Also:
-
BUILD_NUMBER_PROPERTY_KEY
- See Also:
-
-
Constructor Details
-
BambooSharedPropertiesImpl
-
-
Method Details
-
setBuildNumber
- Specified by:
setBuildNumber
in interfaceBambooSharedProperties
- Throws:
com.atlassian.config.ConfigurationException
-
getBuildNumber
- Specified by:
getBuildNumber
in interfaceBambooSharedProperties
- Throws:
com.atlassian.config.ConfigurationException
-
getWebSudoIpAllowlist
- Specified by:
getWebSudoIpAllowlist
in interfaceBambooSharedProperties
-
getWebSudoRemoteIpHeader
- Specified by:
getWebSudoRemoteIpHeader
in interfaceBambooSharedProperties
-
getJmsKeyStorePasswordEncrypted
- Specified by:
getJmsKeyStorePasswordEncrypted
in interfaceBambooSharedProperties
-
createNewJmsKeyStorePassword
public void createNewJmsKeyStorePassword(@NotNull @NotNull String encryptedPassword) throws com.atlassian.config.ConfigurationException - Specified by:
createNewJmsKeyStorePassword
in interfaceBambooSharedProperties
- Throws:
com.atlassian.config.ConfigurationException
-
configFileExists
public boolean configFileExists()- Specified by:
configFileExists
in interfaceBambooSharedProperties
-
getConfigFilePath
- Specified by:
getConfigFilePath
in interfaceBambooSharedProperties
-
save
public void save() throws com.atlassian.config.ConfigurationException- Specified by:
save
in interfaceBambooSharedProperties
- Throws:
com.atlassian.config.ConfigurationException
-
load
public void load() throws com.atlassian.config.ConfigurationException- Specified by:
load
in interfaceBambooSharedProperties
- Throws:
com.atlassian.config.ConfigurationException
-