pyjen.plugins.mavenplugin module

Primitives that operate on Jenkins jobs of type ‘Maven’

class pyjen.plugins.mavenplugin.MavenPlugin(controller, jenkins_master)[source]

Bases: pyjen.job.Job

Custom Maven job type

Parameters:controller (DataRequester) – data processing object to manage interaction with Jenkins API
static template_config_xml()[source]

Gets a basic XML configuration template for use when instantiating jobs of this type

Returns:a basic XML configuration template for use when instantiating jobs of this type
Return type:str
type = 'maven2-moduleset'