Book a Demo

Author Topic: How to run HTML report generation from Automation?  (Read 4043 times)

chrvi

  • EA User
  • **
  • Posts: 75
  • Karma: +0/-0
  • There are so many hidden features...
    • View Profile
How to run HTML report generation from Automation?
« on: October 23, 2007, 01:53:58 am »
Hi there,

I'm supposed to automatically generate a HTML report from an EA project. Is there a way how to do that (some special Java API method)?

It's easy to do that manually but I haven't found any suitable API method to simulate it programmaticaly, so far.

Thanks for any hint.

Radek
Radek

chrvi

  • EA User
  • **
  • Posts: 75
  • Karma: +0/-0
  • There are so many hidden features...
    • View Profile
Re: How to run HTML report generation from Automat
« Reply #1 on: October 23, 2007, 01:57:54 am »
Oh... I've just found the RunReport method within Project class. I'll examine this in more detail but I believe this will be the solution for me... :-)
« Last Edit: October 23, 2007, 01:58:23 am by chrvi »
Radek

dkkoenig

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: How to run HTML report generation from Automat
« Reply #2 on: October 27, 2007, 02:23:46 am »
RunHTMLReport (String, String, String, String, String)

param: PackageGUID [ String - in ]

param: ExportPath [ String - in ]

param: ImageFormat [ String - in ]

param: Style [ String - in ]

param: Extension [ String - in ]

Run a HTML report (same as Documentation | HTML Documentation on right-click of Package in the Project Browser window).