Class GenerateCanaryAnalysisResultStage
- java.lang.Object
-
- com.netflix.kayenta.standalonecanaryanalysis.orca.stage.GenerateCanaryAnalysisResultStage
-
- All Implemented Interfaces:
com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint,com.netflix.spinnaker.orca.api.pipeline.graph.StageDefinitionBuilder,org.pf4j.ExtensionPoint
@Component public class GenerateCanaryAnalysisResultStage extends java.lang.Object implements com.netflix.spinnaker.orca.api.pipeline.graph.StageDefinitionBuilderThe finalizer StageExecution that is intended to run regardless of whether or not there are upstream failures. This StageExecution will generate the aggregated results of the individual canary runs or bubble up errors that occurred.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTAGE_DESCRIPTIONstatic java.lang.StringSTAGE_TYPE
-
Constructor Summary
Constructors Constructor Description GenerateCanaryAnalysisResultStage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()voidtaskGraph(com.netflix.spinnaker.orca.api.pipeline.models.StageExecution stage, com.netflix.spinnaker.orca.api.pipeline.graph.TaskNode.Builder builder)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
STAGE_TYPE
public static final java.lang.String STAGE_TYPE
- See Also:
- Constant Field Values
-
STAGE_DESCRIPTION
public static final java.lang.String STAGE_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
taskGraph
public void taskGraph(@Nonnull com.netflix.spinnaker.orca.api.pipeline.models.StageExecution stage, @Nonnull com.netflix.spinnaker.orca.api.pipeline.graph.TaskNode.Builder builder)- Specified by:
taskGraphin interfacecom.netflix.spinnaker.orca.api.pipeline.graph.StageDefinitionBuilder
-
getType
@Nonnull public java.lang.String getType()
- Specified by:
getTypein interfacecom.netflix.spinnaker.orca.api.pipeline.graph.StageDefinitionBuilder
-
-