Interface PreparableRepository

All Superinterfaces:
BambooPluginModule, BuildConfigurationAwarePlugin, ConfigurablePlugin, ConvertibleFromConfig, DescriptionProvider, InitablePluginModule, NameProvider, RenderableBuildConfiguration, Repository, RepositoryV2, Serializable

@Deprecated public interface PreparableRepository extends Repository
Deprecated.
since 5.14
This interface is introduced for the cases, when special preparation should be done (additional to ConvertibleFromConfig.populateFromConfig(HierarchicalConfiguration)). The onPrepare method is called every time the repository is accessed by RepositoryReference} on the server side of Bamboo
  • Method Details

    • onPrepare

      void onPrepare(org.apache.commons.configuration.HierarchicalConfiguration configuration)
      Deprecated.
      Parameters:
      configuration - configuration to modify