Class CanaryAnalysisExecutionResult

java.lang.Object
com.netflix.kayenta.standalonecanaryanalysis.domain.CanaryAnalysisExecutionResult

public class CanaryAnalysisExecutionResult extends Object
  • Field Details

    • didPassThresholds

      protected boolean didPassThresholds
    • hasWarnings

      protected boolean hasWarnings
    • canaryScoreMessage

      protected String canaryScoreMessage
    • canaryScores

      @NonNull protected @NonNull List<Double> canaryScores
    • canaryExecutionResults

      @NonNull protected @NonNull List<CanaryExecutionResult> canaryExecutionResults
    • buildTimeIso

      protected String buildTimeIso
    • startTimeIso

      protected String startTimeIso
    • endTimeIso

      protected String endTimeIso
  • Constructor Details

    • CanaryAnalysisExecutionResult

      public CanaryAnalysisExecutionResult()