how to get the list of snapshot available in the Stream
![]()
Gowtham Vijayagopal (11●1)
| asked Aug 19 '20, 7:28 a.m.
edited Aug 19 '20, 9:52 a.m. by Ralph Schoon (62.3k●3●36●43) I want to get the list of snapshot available in the corresponding Stream Using Java. Sample code would be helpful.
|
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Aug 19 '20, 7:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Snapshots are called BaselineSet internally. You can use the WorkspaceManager to find them.
|