It's all about the answers!

Ask a question

How can I create a snapshot against repository workspace with jazz SDK api ?


Kenji Kitajima (1379) | asked Jun 11 '15, 8:00 p.m.

Hello!

I am wondering if the following is possible in RTC via Java API?

Create a SnapShot against repository workspace.

Thanks in advance,

Regars,

Accepted answer


permanent link
Ralph Schoon (63.3k33646) | answered Jun 12 '15, 3:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
See https://rsjazz.wordpress.com/2013/09/30/delivering-change-sets-and-baselines-to-a-stream-using-the-plain-java-client-libraries/ for some information

You want to create a snapshot. A snapshot is create using

repoWorkspace.createBaselineSet(excludedComponents, name, comment, flags, monitor)


Kenji Kitajima selected this answer as the correct answer

One other answer



permanent link
Kenji Kitajima (1379) | answered Jun 12 '15, 7:29 p.m.
Hello!
Thanks for your information !
I could do it !

Regards.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.