Class PipelineController
java.lang.Object
com.netflix.kayenta.orca.controllers.PipelineController
-
Constructor Summary
ConstructorsConstructorDescriptionPipelineController(com.netflix.spinnaker.orca.pipeline.ExecutionLauncher executionLauncher, com.netflix.spinnaker.orca.pipeline.persistence.ExecutionRepository executionRepository, com.fasterxml.jackson.databind.ObjectMapper kayentaObjectMapper, org.springframework.context.ConfigurableApplicationContext context, org.springframework.boot.actuate.health.HealthContributorRegistry healthContributorRegistry, org.springframework.boot.actuate.health.StatusAggregator statusAggregator, org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor postProcessor) -
Method Summary
-
Constructor Details
-
PipelineController
@Autowired public PipelineController(com.netflix.spinnaker.orca.pipeline.ExecutionLauncher executionLauncher, com.netflix.spinnaker.orca.pipeline.persistence.ExecutionRepository executionRepository, com.fasterxml.jackson.databind.ObjectMapper kayentaObjectMapper, org.springframework.context.ConfigurableApplicationContext context, org.springframework.boot.actuate.health.HealthContributorRegistry healthContributorRegistry, org.springframework.boot.actuate.health.StatusAggregator statusAggregator, org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor postProcessor)
-