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