Class PlanConfigExportServiceImpl

    • Constructor Detail

      • PlanConfigExportServiceImpl

        public PlanConfigExportServiceImpl()
    • Method Detail

      • exportBuildConfiguration

        protected void exportBuildConfiguration​(ImmutablePlan immutablePlan,
                                                Consumer<com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration<? extends com.atlassian.bamboo.specs.api.model.plan.configuration.PluginConfigurationProperties>> pluginConfigurationConsumer,
                                                Consumer<Map<String,​Object>> customConfigurationConsumer,
                                                List<com.atlassian.bamboo.configuration.external.ExportablePluginModule> exportableModules)