The following types of plugin modules are supported by Bamboo:
Module Type | Plugin Framework Version | Since Bamboo version... | Documentation | Description |
---|---|---|---|---|
buildAgentRequirementFilter | 1.x, 2.x | 2.2 | Customises the list of Agents a plan can be built on. | |
buildCompleteAction | 1.x, 2.x | 1.0 | Add a custom asynchronous action after the build process has completed. | |
buildProcessor | 1.x | 1.0 | Append a custom synchronous process to the build. Occurs on the Agent (both local and remote) after the builder has run. | |
buildProcessorServer | 1.x | 2.0 | Append a custom synchronous process to the build. Occurs on the Server after the build has been returned by the Agent. | |
command decorator | 1.x | 2.3 to 3.1 | Allows additional parameters to be added to the command line of a builder before a build occurs. | |
preBuildQueuedAction | 1.x, 2.x | 2.1 | Prepends a custom synchronous process to the build. Occurs before a build is queued. | |
preBuildAction | 1.x | 1.1 | Prepends a custom synchronous process to the build. Occurs before the builder has run. | |
postBuildCompletedAction | 2.x | 2.6 | Add a custom asynchronous 'build context'-aware action after the build process has completed and the build results have been saved. | |
preChainAction | 1.x, 2.x | 2.7 | Prepends a custom synchronous process before the chain starts executing | |
postChainAction | 1.x, 2.x | 2.7 | Prepends a custom synchronous process after the chain finishes executing | |
preStageAction | 1.x, 2.x | 2.7 | Prepends a custom synchronous process before the stage starts executing | |
postStageAction | 1.x, 2.x | 2.7 | Prepends a custom synchronous process after the stage finishes executing | |
preJobAction | 1.x, 2.x | 2.7 | Prepends a custom synchronous process before the job starts executing | |
postJobAction | 1.x, 2.x | 2.7 | Prepends a custom synchronous process after the job finishes executing | |
repository | 1.x | 1.1 | Add a custom source repository. | |
taskType | 1.x | 3.1 | Add new Tasks to Bamboo | |
triggerReason | 1.x | 2.0 | Add a new trigger reason. |
Module Type | Plugin Framework Version | Since Bamboo version... | Documentation | Description |
---|---|---|---|---|
notification-condition | 1.x, 2.x | 1.1 to 2.2 | Add new notification condition. | |
notificationType | 1.x, 2.x | 2.2 | Add a new notification type | |
notificationRecipient | 1.x, 2.x | 2.2 | Add a new notification recipient type. |
Module Type | Plugin Framework Version | Since Bamboo version... | Documentation | Description |
---|---|---|---|---|
bambooEventListener | 1.x, 2.x | 2.2 | Register an event listener against any Bamboo Events. |
Module Type | Plugin Framework Version | Since Bamboo version... | Documentation | Description |
---|---|---|---|---|
additionalBuildConfigurationPlugin | 1.x, 2.x | 2.7 | Register additional configuration UI on the Miscellaneous tab of the Configuration of a Job or Plan | |
report | 2.x | 1.0 | Defines a report of build telemetry data. | |
web-item | 1.x, 2.x | 1.0 | Add new links to the Bamboo interface. | |
web-section | 1.x, 2.x | 1.0 | Add a new section to the Bamboo interface. | |
web resource | 1.x, 2.x | 2.3 | Permits web resources to be included with a plugin. | |
webRepositoryViewer | 1.x, 2.x | 2.5 | Renders commit information to include web repository links and information. | |
xwork | 1.x, 2.x | 1.0 | XWork actions and views bundled with the plugin. This enables building generic user interfaces. |
Module Type | Plugin Framework Version | Since Bamboo version... | Documentation | Description |
---|---|---|---|---|
capabilityTypeModule | 1.x, 2.x | 2.7 | The Capability Type Module is used for registering custom capabilities | |
component | 1.x | 2.6 | Enables you to add components to Bamboo's internal component system (powered by Spring). | |
downloadable resource | 1.x, 2.x | 2.3 | Permits downloadable resources to be included with a plugin. | |
indexReader | 1.x, 2.x | 1.0 | Reads out custom index information written by the postBuildIndexWriter from the index. | |
postBuildIndexWriter | 1.x, 2.x | 1.0 | Writes custom build data into the index for report generation. | |
postChainIndexWriter | 1.x, 2.x | 2.7 | Writes custom chain data into the index for report generation. |
Module Type | Plugin Framework Version | Since Bamboo version... | Documentation | Description |
---|---|---|---|---|
quickFilterRuleType | 2.x | 5.12.0 | Custom type of rule used within Bamboo quick filters. |
Rate this page: