It's all about the answers!

Ask a question

EclipseWorkspaceCommitOperation


Srimanth Gunturi (206125) | asked May 20 '08, 1:03 p.m.
JAZZ DEVELOPER
Hello,
There was a class in pre-beta3 which was capable of checking in all
changes in a component - it would find all changes, and add them to
respective changesets..

com.ibm.team.filesystem.rcp.core.operations.EclipseWorkspaceCommitOperation

EclipseWorkspaceCommitOperation(IWorkspaceConnection, IComponentHandle,
String, CommitDilemmaHandler)

I was wondering if this class has been replaced by a utility method, or
another class?
Regards,
Sri.

One answer



permanent link
Dmitry Karasik (1.8k11) | answered May 20 '08, 1:03 p.m.
JAZZ DEVELOPER
On Tue, 20 May 2008 13:03:42 -0400, Srimanth Gunturi wrote:

Hello,
There was a class in pre-beta3 which was capable of checking in all
changes in a component - it would find all changes, and add them to
respective changesets..

It was just delegating to NewCheckinOperation which you can just call
directly.

- Dmitry

Your answer


Register or to post your answer.