Package com.atlassian.plugin
Class PluginDependencies
java.lang.Object
com.atlassian.plugin.PluginDependencies
All plugin keys which are dependents of another plugin, divided into OSGi style import resolutions: mandatory
(default), optional and dynamic.
- Since:
- 4.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Constructor Details
-
PluginDependencies
public PluginDependencies() -
PluginDependencies
-
-
Method Details
-
getMandatory
-
getOptional
-
getDynamic
-
getAll
-
getTypesByPluginKey
- Returns:
- map of pluginKey to supported Types.
- Since:
- 5.6.0
-
builder
-