sarins / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

Enhancement: Possibility to select only builds from a certain view #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the current implementation you always see all builds.
Hudson has the ability to create views and select on off them.
'All' is also a default view. 

I suggest to make a drop down to select a view. Default 'All' is selected.
That adds a nice feature but does not break backwards compatibility.

With the normal /api/xml you can see which views are available.
With http://servername/hudson/view/viewname/api/xml you can get the jobs of
that view.

Original issue reported on code.google.com by cbos...@gmail.com on 26 Feb 2008 at 7:38

GoogleCodeExporter commented 8 years ago
Implemented in 1.0.4

Original comment by jre...@gmail.com on 4 Mar 2008 at 6:07