whimet / ianalyse

Automatically exported from code.google.com/p/ianalyse
0 stars 0 forks source link

Support Cruise #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to do:
* change config module to support project type, such as:

  cclive.cfg:
    [Basic]
     type: CruiseControl
     logdir: ./analyse/tests/fixtures/cclive-release-jdk1.5
     builds: 4

  cruise.cfg:
    [Basic]
     type: Cruise
     baseurl: http://jez:badger@10.18.7.51:8153/cruise
     builds: 4

* change 'Build' class to two subclasses: CruiseBuild and
CruiseControlBuild, each one has their own method to parse build info from
data source

Original issue reported on code.google.com by whi...@gmail.com on 21 Jan 2010 at 2:01