-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Please add support for views in XML API. It could be done like this:
in hudson root xml <root>/api/xml:
...
<job>
<name>Test</name>
<url>http://localhost:8080/hudson/job/Test/</url>
<color>grey</color>
<views>
<view>All</view>
<view>Group 1</view>
<view>Group 2</view>
</views>
</job>
...
Is this possible ?