It's all about the answers!

Ask a question

Associating Change Sets to Build Result UUID


Kirk Vogen (12711418) | asked Sep 19 '12, 4:04 p.m.

Given a build result UUID and one or more change set UUIDs, is it possible to associate the change sets to the build result UUID? If so, which API provides this: Ant, Java Client, or HTTP?

The documentation for the teamAccept task refers to a task called ChangeSetPublisherTask. This task does not seem to exist.

One answer



permanent link
Kirk Vogen (12711418) | answered Sep 19 '12, 4:54 p.m.

It looks like I'm going down the wrong path. Build results don't appear to have change sets associated to them directly. It appears that the way it determines the change sets for a build result is by comparing the build result's snapshot with the previous build's snapshot.

If I associate a snapshot with the build result, then it should be possible to view the change sets in RTC.

Your answer


Register or to post your answer.