pyjen.plugins.listview module

Primitives that operate on Jenkins views of type ‘List’

class pyjen.plugins.listview.ListView(data_io_controller, jenkins_master)[source]

Bases: pyjen.view.View

Class that encapsulates all Jenkins related ‘view’ information for views of type ListView

Instances of this class are typically instantiated directly or indirectly through pyjen.View.create()

constructor

To instantiate an instance of this class using auto-generated configuration parameters, see the easy_connect() method

Parameters:data_io_controller (obj) – class capable of handling common HTTP IO requests sent by this object to the Jenkins REST API
type = 'hudson.model.ListView'