[closed] How to get ChangeSetHandles after phase 2 delivery, using java server side API?
I'm trying to get the ComponentHandle after a phase 2 delivery from the IScmDeltaSource. I noticed the operation date for a phase 1 delivery gives the DeliverOperationData and you can the ChangeSetHandles from it.
DeliverOperationData deliverOpData = (DeliverOperationData) data;
changeSetHandles = deliverOpData.getChangeSetHandles();
How can I achieve this for phase 2? Ultimately, I would like to get the component/component name from the change.
The question has been closed for the following reason: "Duplicate Question" by dnong Nov 24 '15, 5:49 p.m.