Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-alpha-1
-
Component/s: XMLRPC Interface
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
calls to getProjects() or getProject(id) never return any build results...
the patch to DefaultContinuumXmlRpc.java on http://jira.codehaus.org/browse/CONTINUUM-732 enables the method getBuildResultsForProject which summarises all build results.
I plan to add another to get the details (changes, output etc) if this one gets accepted.
Hope it helps