Exception: JenkinsApi::Exceptions::PluginNotFound
- Inherits:
-
NotFound
- Object
- RuntimeError
- ApiException
- NotFound
- JenkinsApi::Exceptions::PluginNotFound
- Defined in:
- lib/jenkins_api_client/exceptions.rb
Overview
Exception when a particular plugin is not found
Instance Method Summary (collapse)
-
- (PluginNotFound) initialize(logger, message = "", log_level = Logger::ERROR)
constructor
A new instance of PluginNotFound.
Constructor Details
- (PluginNotFound) initialize(logger, message = "", log_level = Logger::ERROR)
Returns a new instance of PluginNotFound
240 241 242 243 |
# File 'lib/jenkins_api_client/exceptions.rb', line 240 def initialize(logger, = "", log_level = Logger::ERROR) = "The specified plugin is not found" if .empty? super(logger, ) end |