Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

SCM and Java API

Hi All,

i'm trying to create a client that update some information on SCM: i wrote code for the login and all is ok but i don't know how to find a way to (programmatically) get last delivery and promote to baseline ( programmatically). I need to know:

1) It's possible to do this task with Java ?
2) if possible, where can i find any doc to create a good piece of code to get work ?

Thanks

0 votes



One answer

Permanent link
This is the best place to start for customizations. Chapter 5 has some SCM notes.

https://jazz.net/wiki/bin/view/Main/RtcSdk20

You can dig through the API javadocs to help figure other things out. e.g., you can deliver baselines with IWorkspaceConnection.deliver(). To figure out the latest change set delivered, you'd probably need to do a compareTo() or compareToBaseline() (also with the IWorkspaceConnection object) to get change history...the changes are given in history order.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Jan 19 '12, 8:55 a.m.

Question was seen: 5,744 times

Last updated: Jan 19 '12, 8:55 a.m.

Confirmation Cancel Confirm