It's all about the answers!

Ask a question

How to delete or remove baseline using java client API


vikrant kamble (1321996) | asked Oct 26 '15, 5:42 a.m.
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


permanent link
Ralph Schoon (62.3k33643) | 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

Your answer


Register or to post your answer.