Report on a Component in a Stream
4 answers
andre.curfs wrote:
Baseline history can be shown by
IFlowNodeConnection#getComponentAuditTrail().
Listing the files can be done by visiting the entire configuration for
the selected component in the stream. See IConfiguration.
Start at the root folder, and then recurse over the configuration,
fetching children (IConfiguration#fetchCompleteItem()) of every folder
(IConfiguration#childEntries()).
Hope this helps,
JohnC
SCM Server
Hi,
I want to create a report that will show all Baselines and Repository
files for a specific Component in a specific Stream.
I want to use this report as a sort of Release Note.
Any suggestions on how to achieve this :?: :idea: :?:
Baseline history can be shown by
IFlowNodeConnection#getComponentAuditTrail().
Listing the files can be done by visiting the entire configuration for
the selected component in the stream. See IConfiguration.
Start at the root folder, and then recurse over the configuration,
fetching children (IConfiguration#fetchCompleteItem()) of every folder
(IConfiguration#childEntries()).
Hope this helps,
JohnC
SCM Server
John,
thanks for your reply.
If I understand you correctly I need to write a Java program using the RTC SDK. Can you point me to some more documentation on this as I'm not to familiar with that.
What I intended to do however was creating a report using BIRT.
Any one any ideas on that option.
thanks for your reply.
If I understand you correctly I need to write a Java program using the RTC SDK. Can you point me to some more documentation on this as I'm not to familiar with that.
What I intended to do however was creating a report using BIRT.
Any one any ideas on that option.
We currently do not expose such data to reports. BIRT reports need their data to be exposed using ODA data sources/sets. We do have a generic data set that can expose data available to repository data queries. Unfortunatly, not all data stored in the repository can be queried using data queries.
Feel free to assign a feature request to reports.
Feel free to assign a feature request to reports.