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 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 configuration
      parents - parent configurations
  • Method Details