How to create a change set using java api ?
One answer
See the javadoc (in the jazz.net downloads area for your release, all downloads)
SCMPlatform, IWorkspaceManager, IWorkspaceConnection
on the latter are the methods you seek.
SCMPlatform, IWorkspaceManager, IWorkspaceConnection
on the latter are the methods you seek.
Comments
You can see some example use of these APIs on the SCM Lounge. Specifically,
http://thescmlounge.blogspot.com/2013/08/getting-your-stuff-using-rtc-sdk-to-zip.html and
http://thescmlounge.blogspot.com/2013/10/committing-content-to-rtc-scm-with-sdk.html.
Another one, but more complex than Evan's can be found here: http://rsjazz.wordpress.com/2013/09/30/delivering-change-sets-and-baselines-to-a-stream-using-the-plain-java-client-libraries/
Comments
Evan Hughes
JAZZ DEVELOPER Mar 24 '14, 12:08 p.m.Is there a reason you don't want to use the command line interface or the Eclipse UI?
1 vote