How can I create a snapshot against repository workspace with jazz SDK api ?
![](http://jazz.net/_images/myphoto/0a248b6d560438f36e9e9d8a72f6e419.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/0a248b6d560438f36e9e9d8a72f6e419.jpg)
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)
You want to create a snapshot. A snapshot is create using
repoWorkspace.createBaselineSet(excludedComponents, name, comment, flags, monitor)