The task is used to generate the build report for the build. It is included in the generated.xml build script for an Enterprise Extensions Dependency Build.

Attributes

The task supports Team Build Attributes, Build Extensions Debugging Attributes, Build Extensions General Attributes, as well as, its own task specific attributes. Click on a link for more information on the common attributes.

The following table describes the task specific attributes for the task:

Task Specific Attributes
Attribute Description Required
buildResultUUID The UUID of the build result. The value of this attribute is typically ${buildResultUUID} because the property is built-in when using the Jazz Build Engine. Yes
buildableList The path to the buildableFile.xml file for the build. Yes
loadDir The path to the load directory for the build. The value of this attribute is typically ${team.enterprise.scm.fetchDestination} because the property is built-in for a Dependency Build. Yes
preview Specifies whether the build is in preview mode or not. Valid values are true or false. The default is false. No

Notes

Examples

Publish cached build map results:

<antz:loadreport
    buildResultUUID="${buildResultUUID}"
    loadDir="${team.enterprise.scm.fetchDestination}"
    passwordFile="${passwordFile}"
    repositoryAddress="${repositoryAddress}"
    userId="${userId}"/>