pyjen.plugins.nullscm module

Primitives for operating on SCM properties of Jenkins jobs with no source control configuration

class pyjen.plugins.nullscm.NullSCM(node)[source]

Bases: pyjen.utils.plugin_base.PluginBase

SCM plugin for Jobs with no source control configurations

Parameters:node (ElementTree.Element) – XML node defining the settings for a this plugin
type = 'hudson.scm.NullSCM'