pyjen.plugins.statusview module

Primitives for operating on Jenkins views of type ‘StatusView’

class pyjen.plugins.statusview.StatusView(controller, jenkins_master)[source]

Bases: pyjen.view.View

Interface to Jenkins views of type ‘StatusView’

Parameters:
  • 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.plugins.status__view.StatusView'