pyjen.plugins.listview module

Primitives that operate on Jenkins views of type ‘List’

class pyjen.plugins.listview.ListView(api)[source]

Bases: pyjen.view.View

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

Parameters

api (JenkinsAPI) – Pre-initialized connection to the Jenkins REST API

static get_jenkins_plugin_name()[source]

str: 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

pyjen.plugins.listview.PluginClass

alias of pyjen.plugins.listview.ListView