pyjen.plugins.myview module

Primitives for interacting with Jenkins views of type ‘MyView’

class pyjen.plugins.myview.MyView(data_io_controller, jenkins_master)[source]

Bases: pyjen.view.View

Interface to a view associated with a specific user

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

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

Parameters:
  • data_io_controller (DataRequester) – class capable of handling common HTTP IO requests sent by this object to the Jenkins REST API
  • jenkins_master (Jenkins) – Reference to Jenkins object associated with the master instance managing this job
type = 'hudson.model.MyView'