Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Dec 8, 2017

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: