--help improved
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 13 Jan 2012 13:31:31 +0100
changeset 76 4c992db5503a
parent 75 686f675d9442
child 77 90d1dd533087
--help improved
reports/Builder__Report.st
--- a/reports/Builder__Report.st	Fri Jan 13 12:25:20 2012 +0100
+++ b/reports/Builder__Report.st	Fri Jan 13 13:31:31 2012 +0100
@@ -30,6 +30,18 @@
 
 !Report class methodsFor:'accessing'!
 
+available
+    "Return all available reports ready to run. 
+     Unfinished/Experimental reports are not returned"
+
+    ^{ 
+        Builder::TestReport .
+        Builder::LintReport .
+    }
+
+    "Created: / 13-01-2012 / 12:01:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 outputDir
 
     ^OutputDir ? '.'