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
User Interface plugin modules
Build Lifecycle plugin modules
Notification plugin modules
System plugin modules
Last updated Dec 8, 2017

Index Reader module

Available:

Bamboo 1.0 and later

Description

Written in conjunction with Post Build Index Writer Module, the IndexReader will translate the fields in the index and re-insert the information into a BuildResultSummary object, which has a specially designated customBuildData map for this purpose.

Interface

Index Reader modules must implement the com.atlassian.bamboo.index.CustomIndexReader interface.

Sample Module Descriptor Element

1
2
<indexReader key="cloverIndexReader" name="Reads Clover result values from index"
        class="com.atlassian.bamboo.builder.coverage.CloverIndexReader">
  <description>Reads the clover result from an index document and populates into build result summary</description>
</indexReader>

Rate this page: