How to delete or remove baseline using java client API
![]()
Hi All,
I am aware that we can not delete or remove baseline in RTC eclipse client.
I also searched for API to delete or remove baseline.
We can remove baselineset following ways
IWorkspaceConnection.removeBaselineSet(baselinesethandle, monitor);
but Is there any method or API to delete or remove baseline.
Or is this not possible to achieve.
Thank You
|
Accepted answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Oct 26 '15, 6:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As far as I am aware there is no way to delete or otherwise get rid of a baseline.
A baseline set is a snapshot and only refers to the baselines in the components on the stream/workspace and can be deleted also in the UI. The baselines can't. vikrant kamble selected this answer as the correct answer
|