pyjen.plugins.conditionalbuilder module

Primitives for operating on Jenkins job builder of type ‘Conditional Builder’

class pyjen.plugins.conditionalbuilder.ConditionalBuilder(node)[source]

Bases: pyjen.utils.plugin_base.PluginBase

Jenkins job builder plugin capable of conditionally executing a build operation

Parameters:node (ElementTree.Element) – XML node defining the settings for a this plugin
builders[source]

Gets a list of the build operators that will be executed if the conditions on this builder are satisfied

Returns:list of build operators
Return type:list of PyJen plugins that support the Jenkins builder operations
type = 'org.jenkinsci.plugins.conditionalbuildstep.ConditionalBuilder'