How to create syncrules programatically?
Accepted answer
Hello Sriram,
When you say you can see the methods, did you mean the methods through com.ibm.team.interop.client.IInteropManager API and com.ibm.team.interop.common.ISyncRule API?
If so, you can create a new syncrule instance via com.ibm.team.interop.common.InteropFactory#createSyncRule() and save it by IInteropManager API.
What makes you consider creating/editing sync rules programatically as opposed to ClearQuest synchronizer GUI?
When you say you can see the methods, did you mean the methods through com.ibm.team.interop.client.IInteropManager API and com.ibm.team.interop.common.ISyncRule API?
If so, you can create a new syncrule instance via com.ibm.team.interop.common.InteropFactory#createSyncRule() and save it by IInteropManager API.
What makes you consider creating/editing sync rules programatically as opposed to ClearQuest synchronizer GUI?