pyjen.plugins.allview module

Class that interact with Jenkins views of type “AllView”

class pyjen.plugins.allview.AllView(data_io_controller, jenkins_master)[source]

Bases: pyjen.view.View

Interface to a view which displays all jobs managed by this Jenkins instance

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

Parameters:
  • data_io_controller (DataRequester) – IO interface to the Jenkins API
  • jenkins_master (Jenkins) – Reference to Jenkins master interface
type = 'hudson.model.AllView'