Jenkinsbase¶ Module for JenkinsBase class class jenkinsapi.jenkinsbase.JenkinsBase(baseurl: str, poll: bool = True)[source]¶ Bases: object This appears to be the base object that all other jenkins objects are inherited from get_data(url, params=None, tree=None)[source]¶ get_jenkins_obj()[source]¶ poll(tree=None)[source]¶ pprint()[source]¶ Print out all the data in this object for debugging. process_job_folder(folder, folder_path)[source]¶ classmethod python_api_url(url: str) → str[source]¶ resolve_job_folders(jobs)[source]¶ classmethod strip_trailing_slash(url: str) → str[source]¶