The task sets the specified build results deletable.

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
buildId The ID of a build definition. The buildId is used to retrieve all build results for a particular build. All results found for the build will be updated. Either buildId or buildResultUUID can be provided, but not both. No
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. The ${buildResultUUID} property will be automatically retrieved from the Ant environment if this attribute is not specified. This attribute is used to identify the build result to update. Either buildId or buildResultUUID can be provided, but not both. No

Notes

Examples

Set build deletable

<target name="delete" description="Delete all build results">
  
  <!-- Set build deletable -->
  <xt:setBuildResultDeletable
    repositoryAddress="${repositoryAddress}"
    userId="${userId}"
    passwordFile="${passwordFile}"
    buildId="IMS14.ServiceBuild.@compile"
  />
  
  ...
</target>
    

Example log:

main:
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150723-0211390746
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150717-0203410845
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150715-0225400674
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150709-0205000225
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150708-0221350372
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150701-0206520037
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150626-0207500541
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150625-0207470051
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150619-0205260657
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150618-0214110521
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150611-1815540819
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150605-1732550557
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150605-1605160534
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150605-1541340447
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150605-1405140028
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150605-1352020270
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150605-1232240003
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150605-1222270416
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150605-1211280539
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150605-1053540136
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150604-2219430896
[xt:setbuildresultdeletable] Processed build result: IMS14.ServiceBuild.@compile (Simulation) 20150117-2312420029