pyjen.plugins.paramtrigger_currentbuildparams module

Trigger parameter for the Parameterized Trigger plugin

class pyjen.plugins.paramtrigger_currentbuildparams.CurrentBuildParams(node)[source]

Bases: pyjen.utils.xml_plugin.XMLPlugin

Passes the current build parameters along to a parameterized downstream job

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

classmethod instantiate()[source]

Factory method for creating a new instances of this class

Return type

CurrentBuildParams

pyjen.plugins.paramtrigger_currentbuildparams.PluginClass

alias of pyjen.plugins.paramtrigger_currentbuildparams.CurrentBuildParams