Package com.atlassian.bamboo.plugin
Interface SystemPluginLoaderConfiguration
-
- All Known Implementing Classes:
DefaultSystemPluginLoaderConfiguration
public interface SystemPluginLoaderConfiguration
Configuration of system plugin loaders for bamboo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<com.atlassian.plugin.loaders.PluginLoader>
pluginLoaders()
List of system plugin loaders.
-
-
-
Method Detail
-
pluginLoaders
Iterable<com.atlassian.plugin.loaders.PluginLoader> pluginLoaders()
List of system plugin loaders.- Returns:
- list of system plugin loaders
-
-