Package com.atlassian.bamboo.plugin
Class DefaultSystemPluginLoaderConfiguration
java.lang.Object
com.atlassian.bamboo.plugin.DefaultSystemPluginLoaderConfiguration
- All Implemented Interfaces:
SystemPluginLoaderConfiguration
public class DefaultSystemPluginLoaderConfiguration
extends Object
implements SystemPluginLoaderConfiguration
Default implementation of
SystemPluginLoaderConfiguration.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSystemPluginLoaderConfiguration(SystemPluginLoaderConfiguration parent, Iterable<SystemPluginLoaderConfiguration> parents) Constructs this configuration by combining multiple parent configuration.DefaultSystemPluginLoaderConfiguration(Iterable<com.atlassian.plugin.loaders.PluginLoader> loaders) -
Method Summary
Modifier and TypeMethodDescriptionIterable<com.atlassian.plugin.loaders.PluginLoader>List of system plugin loaders.
-
Constructor Details
-
DefaultSystemPluginLoaderConfiguration
public DefaultSystemPluginLoaderConfiguration(Iterable<com.atlassian.plugin.loaders.PluginLoader> loaders) -
DefaultSystemPluginLoaderConfiguration
public DefaultSystemPluginLoaderConfiguration(SystemPluginLoaderConfiguration parent, Iterable<SystemPluginLoaderConfiguration> parents) Constructs this configuration by combining multiple parent configuration.- Parameters:
parent- first parent configurationparents- parent configurations
-
-
Method Details
-
pluginLoaders
Description copied from interface:SystemPluginLoaderConfigurationList of system plugin loaders.- Specified by:
pluginLoadersin interfaceSystemPluginLoaderConfiguration- Returns:
- list of system plugin loaders
-