loading a workspace using java api instead of using scm load
K M (383●2●52●51)
| asked Jun 19 '13, 11:55 a.m.
edited May 30 '16, 10:34 a.m. by David Lafreniere (4.8k●7)
Can I load a workspace using java api instead of using scm load
|
Accepted answer
You could try using IOperationFactory.instance.getLoadOperation(dilemmaHandler) to get your load operation. You'll have to create your own dilemma handler.
Ralph Schoon selected this answer as the correct answer
Comments Do you have a coding example?
1
You could follow https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ to set up an API development environment and then follow https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ and just use JavaSearch to find examples in the SDK.
Stefano Antoniazzi
commented May 17 '16, 10:49 a.m.
After loading you should also deregister the sandbox right?
Without deregistering I see a .jazzlock hanging around...
Ralph Schoon
commented May 17 '16, 10:52 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am certain there are different answers dependent on what you want to do.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.