get component names
One answer
A change set (IChangeSet) has a method, getComponent(), which returns the IComponentHandle for that change set.
You will need to resolve the handle into an IComponent where there is a getName() method. One way to resolve the handle is through IItemManger (available from the ITeamReposiotry) and calling getSharedItemIfKnown.
You will need to resolve the handle into an IComponent where there is a getName() method. One way to resolve the handle is through IItemManger (available from the ITeamReposiotry) and calling getSharedItemIfKnown.
Comments
Tim Mok
JAZZ DEVELOPER Jul 31 '13, 9:24 a.m.Can you provide a code sample of what you have so far?