RTC 3 : API description
5 answers
In the build view, you can select a build result and compare the contains of this build with lastest in Stream.
By doing this I get in the Change Explorer view a list of differences
Is it possible to get the same list using the API?
Yes, it's possible, but the RTC API is not exactly simple or straightforward. If someone were to give you the answer you would probably not understand how to maintain or enhance it for your needs.
I highly recommend you start off by learning about ITeamRepository and how the API works. You will actually find that once you understand the overall structure that there's enough information in these forums to answer your question.
Also, for SCM operations, you should always first look to the "scm"
command line tool, to see if that would satisfy your requirements. And
if it doesn't, please file a work item describing what you need to do,
so that the scm command line tool can be enhanced to meet your needs.
Cheers,
Geoff
On 11/21/2011 12:08 PM, sbates wrote:
command line tool, to see if that would satisfy your requirements. And
if it doesn't, please file a work item describing what you need to do,
so that the scm command line tool can be enhanced to meet your needs.
Cheers,
Geoff
On 11/21/2011 12:08 PM, sbates wrote:
enowrote:
In the build view, you can select a build result and compare the
contains of this build with lastest in Stream.
By doing this I get in the Change Explorer view a list of
differences
Is it possible to get the same list using the API?
Yes, it's possible, but the RTC API is not exactly simple or
straightforward. If someone were to give you the answer you would
probably not understand how to maintain or enhance it for your
needs.
I highly recommend you start off by learning about ITeamRepository and
how the API works. You will actually find that once you understand
the overall structure that there's enough information in these forums
to answer your question.
In the build view, you can select a build result and compare the contains of this build with lastest in Stream.
By doing this I get in the Change Explorer view a list of differences
Is it possible to get the same list using the API?
Yes, it's possible, but the RTC API is not exactly simple or straightforward. If someone were to give you the answer you would probably not understand how to maintain or enhance it for your needs.
I highly recommend you start off by learning about ITeamRepository and how the API works. You will actually find that once you understand the overall structure that there's enough information in these forums to answer your question.
that there is enought information in these forums I agree.
But it is not easy to find the right information.
Now if IBM/RTC delivers an API ready to use. It 'll be nice to get more informations like sample of code, red books,...