module jenkinshelper.jenkins_exceptions

Inheritance diagram of pyquickhelper.jenkinshelper.jenkins_exceptions

Short summary

module pyquickhelper.jenkinshelper.jenkins_exceptions

Jenkins exceptions

source on GitHub

Classes

class

truncated documentation

JenkinsExtException

Exception for the class JenkinsExt.

JenkinsExtPyException

Exception for the class JenkinsExt, when a distribution is not available.

JenkinsJobException

Exception for the class JenkinsExt, the job definition is wrong.

Documentation

Jenkins exceptions

source on GitHub

exception pyquickhelper.jenkinshelper.jenkins_exceptions.JenkinsExtException[source]

Bases: Exception

Exception for the class JenkinsExt.

source on GitHub

exception pyquickhelper.jenkinshelper.jenkins_exceptions.JenkinsExtPyException[source]

Bases: Exception

Exception for the class JenkinsExt, when a distribution is not available.

source on GitHub

exception pyquickhelper.jenkinshelper.jenkins_exceptions.JenkinsJobException[source]

Bases: Exception

Exception for the class JenkinsExt, the job definition is wrong.

source on GitHub