jenkins-job-builder/tests/views/fixtures/view_nested.xml
Jan Zerebecki 587740ec75 Support nested views
Change-Id: I13532a16efc6e970ab5a7c021ec4d77be98d3de8
2019-10-24 14:27:34 +02:00

25 lines
725 B
XML

<?xml version="1.0" encoding="utf-8"?>
<hudson.plugins.nested__view.NestedView>
<name>NestedViewTest</name>
<description/>
<filterExecutors>false</filterExecutors>
<filterQueue>false</filterQueue>
<properties class="hudson.model.View$PropertyList"/>
<views>
<hudson.model.AllView>
<name>All</name>
<description/>
<filterExecutors>false</filterExecutors>
<filterQueue>false</filterQueue>
<properties class="hudson.model.View$PropertyList"/>
</hudson.model.AllView>
</views>
<defaultView>All</defaultView>
<columns>
<columns>
<hudson.views.StatusColumn/>
<hudson.views.WeatherColumn/>
</columns>
</columns>
</hudson.plugins.nested__view.NestedView>