Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-475

Support for views in XML API

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • other
    • 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 ?

            Unassigned Unassigned
            mmocnak mmocnak
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: