Want to programmatically query information about change-sets
One answer
On Tue, 08 Jul 2008 13:28:00 +0000, haji wrote:
Take a look at the following classes DeliverOperationData and
ChangesReviewedOnDelivery for examples. The participant should have
information about the operation (e.g. DeliverOperationData) and can use
that to find out which change sets are being delivered. An example can be
found in the ChangesReviewedOnDelivery pre-condition check.
Jean-Michel
Jazz Source Control Team
I have created an operation participant for the delivery operation. I
want to now query information about the change-sets being delivered
programmatically. How do I do that?
Take a look at the following classes DeliverOperationData and
ChangesReviewedOnDelivery for examples. The participant should have
information about the operation (e.g. DeliverOperationData) and can use
that to find out which change sets are being delivered. An example can be
found in the ChangesReviewedOnDelivery pre-condition check.
Jean-Michel
Jazz Source Control Team