Package com.atlassian.bamboo.plugin.osgi
Interface FrameworkBundlesResolver
-
- All Known Implementing Classes:
FrameworkBundlesResolverImpl
@Internal public interface FrameworkBundlesResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<JarDescriptor>
getFrameworkBundles()
-
-
-
Method Detail
-
getFrameworkBundles
@NotNull @NotNull List<JarDescriptor> getFrameworkBundles()
- Returns:
- list of plugin framework bundles
-
-