in src/main/java/org/apache/sling/installer/factory/model/impl/InstallModelTask.java [78:89]
public InstallModelTask(final TaskResourceGroup group,
final Set<String> runModes,
final SlingRepository repository,
final JcrRepoInitOpsProcessor repoInitProcessor,
final RepoInitParser repoInitParser,
final BundleContext bundleContext) {
super(group, bundleContext);
this.activeRunModes = runModes;
this.repository = repository;
this.repoInitProcessor = repoInitProcessor;
this.repoInitParser = repoInitParser;
}