pyjen.plugins.statusview module

Primitives for operating on Jenkins views of type ‘StatusView’

pyjen.plugins.statusview.PluginClass

alias of pyjen.plugins.statusview.StatusView

class pyjen.plugins.statusview.StatusView(api)[source]

Bases: pyjen.view.View

Interface to Jenkins views of type ‘StatusView’

static get_jenkins_plugin_name()[source]

Gets the name of the Jenkins plugin associated with this PyJen plugin

This static method is used by the PyJen plugin API to associate this class with a specific Jenkins plugin, as it is encoded in the config.xml

Return type

str