We’re making changes to our server and Data Center products, including the end of sale for new server licenses on February 2, 2021 and the end of support for server on February 2, 2024. Learn what this means for you.
BAM-17385 - Commits to Bitbucket Server repositories should not be lost due to build concurrency limits - RESOLVED
Plan directory information REST API
Removed methods
Bamboo 5.11 has removed some methods without first deprecating them. We'll bring back these methods with the next Bamboo 5.11.x release. We've removed the following:
1
2
3
4
5
6
7
8
getBuildDataDirectory(String); use getBuildDataDirectory(Key)
getBuildDownloadDataDirectory(String); use getBuildDownloadDataDirectory(Key)
getBuildResultsDirectory(String); use getBuildResultsDirectory(Key)
getBuildLogsDirectory(String); use SystemDirectory.getBuildLogsDirectory(Key)
getLogRelativePath() (deprecated in 5.8); use getLogRelativePath(String)
getLogFile() (deprecated in 5.8); no replacement
getBuildDirectoryName(int); no replacement
getArtifactStorage(); use getArtifactDirectoryBuilder()