Package com.atlassian.bamboo.setup
Class BambooSharedPropertiesImpl
java.lang.Object
com.atlassian.bamboo.setup.BambooSharedPropertiesImpl
- All Implemented Interfaces:
BambooSharedProperties
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidcreateNewJmsKeyStorePassword(@NotNull String encryptedPassword) @NotNull String@NotNull Path@Nullable String@NotNull Stringvoidload()voidsave()voidsetBuildNumber(String buildNumber)
-
Field Details
-
BAMBOO_PROPERTIES
- See Also:
-
BUILD_NUMBER_PROPERTY_KEY
- See Also:
-
-
Constructor Details
-
BambooSharedPropertiesImpl
-
-
Method Details
-
setBuildNumber
- Specified by:
setBuildNumberin interfaceBambooSharedProperties- Throws:
com.atlassian.config.ConfigurationException
-
getBuildNumber
- Specified by:
getBuildNumberin interfaceBambooSharedProperties- Throws:
com.atlassian.config.ConfigurationException
-
getWebSudoIpAllowlist
- Specified by:
getWebSudoIpAllowlistin interfaceBambooSharedProperties
-
getWebSudoRemoteIpHeader
- Specified by:
getWebSudoRemoteIpHeaderin interfaceBambooSharedProperties
-
getJmsKeyStorePasswordEncrypted
- Specified by:
getJmsKeyStorePasswordEncryptedin interfaceBambooSharedProperties
-
createNewJmsKeyStorePassword
public void createNewJmsKeyStorePassword(@NotNull @NotNull String encryptedPassword) throws com.atlassian.config.ConfigurationException - Specified by:
createNewJmsKeyStorePasswordin interfaceBambooSharedProperties- Throws:
com.atlassian.config.ConfigurationException
-
configFileExists
public boolean configFileExists()- Specified by:
configFileExistsin interfaceBambooSharedProperties
-
getConfigFilePath
- Specified by:
getConfigFilePathin interfaceBambooSharedProperties
-
save
public void save() throws com.atlassian.config.ConfigurationException- Specified by:
savein interfaceBambooSharedProperties- Throws:
com.atlassian.config.ConfigurationException
-
load
public void load() throws com.atlassian.config.ConfigurationException- Specified by:
loadin interfaceBambooSharedProperties- Throws:
com.atlassian.config.ConfigurationException
-