すべてのバージョン
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
You can extend the standard repository functionality by implementing any of the optional interfaces described below.
このページの内容
com.atlassian.bamboo.v2.build.repository.RepositoryEventAware
The com.atlassian.bamboo.v2.build.repository.RepositoryEventAware
interface allows you to instruct the repository to perform a custom action before and/or after the checkout/update occurs.
|
This will run before the retrieveSourceCode method is called. It allows you to do custom actions to prepare for the checkout, such as some customised cleanup of the source directory. |
|
This will run after the retrieveSourceCode method is called. The extension point allows you to easily set custom data, do any post checkout collection of data. |