Label

Module for jenkinsapi labels

class jenkinsapi.label.Label(baseurl, labelname, jenkins_obj)[source]

Bases: JenkinsBase

Class to hold information on labels that tied to a collection of jobs

get_jenkins_obj()[source]
get_tied_job_names()[source]

Get a list of the name of tied jobs.

get_tied_jobs()[source]

Get a list of jobs.

is_online()[source]