Bug 317891 - [build] leverage include, exclude and depth when retrieving xml from Hudson
Summary: [build] leverage include, exclude and depth when retrieving xml from Hudson
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 0.7   Edit
Assignee: Markus Knittig CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2010-06-24 19:03 EDT by Steffen Pingel CLA
Modified: 2011-01-05 14:44 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2010-06-24 19:03:00 EDT
The Hudson remote API supports parameters to control the amount of returned data: http://wiki.hudson-ci.org/display/HUDSON/Remote+access+API, e.g. to retrieve job health information or jobs nested in views. The Hudson connector should use include/exclude and depth to optimize queries.
Comment 1 Markus Knittig CLA 2010-06-26 12:36:26 EDT
I've noticed that and I will keep an eye on it, but I also think at this level it has a rather lower priority.
Comment 2 Steffen Pingel CLA 2010-06-26 16:02:44 EDT
It doesn't seem like the connector retrieves the correct health values for jobs right now. It would be important that we make that work.
Comment 3 Steffen Pingel CLA 2010-08-22 14:35:00 EDT
I think the initial changes have been committed. Let's track further optimizations on bug 323328.