Class PlanImporterProvider
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.rss.importers.PlanImporterProvider
-
public class PlanImporterProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanImporterProvider(PlanConfigImportService planConfigImportService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityImporter
getEntityProvider(@NotNull VcsRepositoryData vcsRepositoryData, @NotNull List<CommitContext> commits, @NotNull RssExecutionOutputHandler outputHandler, @NotNull SpecsType specsType, @NotNull Optional<VcsBambooSpecsSource> specsSource)
-
-
-
Constructor Detail
-
PlanImporterProvider
@Inject public PlanImporterProvider(PlanConfigImportService planConfigImportService)
-
-
Method Detail
-
getEntityProvider
public EntityImporter getEntityProvider(@NotNull @NotNull VcsRepositoryData vcsRepositoryData, @NotNull @NotNull List<CommitContext> commits, @NotNull @NotNull RssExecutionOutputHandler outputHandler, @NotNull @NotNull SpecsType specsType, @NotNull @NotNull Optional<VcsBambooSpecsSource> specsSource)
-
-