Last updated Mar 13, 2024

Bamboo API Changes for Bamboo 2.4

Developing for Bamboo 2.4

Please note, due to some once-off versioning changes for Bamboo 2.4 (the major release only), Bamboo 2.4 should be considered to be Bamboo 2.4.0 for development purposes. Hence, if you developing plugins for Bamboo 2.4 (the major release only), you will need to develop against version 2.4.0 of the Bamboo artifacts.

1
2
<dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-web</artifactId>
      <version>2.4.0</version>
  </dependency>

Rate this page: