Class PipelineController

java.lang.Object
com.netflix.kayenta.orca.controllers.PipelineController

@RestController @RequestMapping("/pipelines") public class PipelineController extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    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)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)