1

Does anyone know how it can be displayed the overview pyramid and the jdepend chart generated by PHP_Depend, in hudson?

Madalina
  • 1,297
  • 6
  • 15
  • 25

1 Answers1

1

You can use the plugin at http://wiki.hudson-ci.org/display/HUDSON/JDepend+Plugin for the JDepend chart.

For the php_depend overview image, you can use the plugin at http://wiki.hudson-ci.org/display/HUDSON/DocLinks+Plugin to link to it.

Sagar
  • 9,456
  • 6
  • 54
  • 96