Exception: Lhj::JenkinsApi::Exceptions::JobAlreadyExists
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- Lhj::JenkinsApi::Exceptions::JobAlreadyExists
- Defined in:
- lib/lhj/jenkins/exceptions.rb
Overview
This exception class handles cases where a job not able to be created because it already exists.
Instance Method Summary collapse
-
#initialize(logger, message = "", log_level = Logger::ERROR) ⇒ JobAlreadyExists
constructor
A new instance of JobAlreadyExists.
Constructor Details
#initialize(logger, message = "", log_level = Logger::ERROR) ⇒ JobAlreadyExists
Returns a new instance of JobAlreadyExists.
32 33 34 |
# File 'lib/lhj/jenkins/exceptions.rb', line 32 def initialize(logger, = "", log_level = Logger::ERROR) super(logger, ) end |