Package jenkins
Class MissingDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
jenkins.MissingDependencyException
- All Implemented Interfaces:
Serializable
Exception thrown if plugin resolution fails due to missing dependencies
- Since:
- 2.4
- Author:
- Carlos Sanchez
- See Also:
-
Constructor Summary
ConstructorDescriptionMissingDependencyException
(String pluginShortName, List<PluginWrapper.Dependency> missingDependencies) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingDependencyException
public MissingDependencyException(String pluginShortName, List<PluginWrapper.Dependency> missingDependencies)
-
-
Method Details
-
getMissingDependencies
-
getPluginShortName
-