How to share a project in Jazz source control programatically?
I am writing an rtc (v4.0.1) eclipse client extension to create local repository workspace and share that as a C project in eclipse.
I could create workspace and add as a C project, but could not find an API to share it in Jazz source control. It can be easily done by right clicking on this C project and then selecting "Team" > "Share". Can any one mention what is the java API to do this programatically? |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Sep 20 '13, 10:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On a second thought, if you are in Eclipse, you can try to find the sharing wizard that is called and simply find the code that does the sharing and supply the correct information in your automation.
Ratheesh P selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.5k●3●36●46)
| answered Sep 20 '13, 9:26 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Ratheesh,
what I did for a similar problem, is:
I plan to post some of the code in my blog later this month.
Comments I don't know if there is a unique share API call. You could try to debug what the share call does in the RTC Eclipse client.
|
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.
Comments
Note: I've moved the follow-up question: https://jazz.net/forum/questions/206092 to its own question.