Class MonitorPipelineStage.StageParameters

  • Enclosing class:
    MonitorPipelineStage

    public static class MonitorPipelineStage.StageParameters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StageParameters()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • executionId

        @Deprecated
        @DeprecationInfo(reason="Used for backwards compat with PipelineStage",
                         replaceWith="Use executionIds instead even if you only have one execution ID",
                         since="2020.4",
                         eol="n/a")
        public java.lang.String executionId
        Deprecated.
        DO NOT USE: Legacy from PipelineStage Use executionIds instead (even if you only have one execution ID to monitor)
      • executionIds

        public java.util.List<java.lang.String> executionIds
        List of executions IDs to monitor
      • expectedArtifacts

        public java.util.List<com.netflix.spinnaker.kork.artifacts.model.ExpectedArtifact> expectedArtifacts
        List of expected artifacts
    • Constructor Detail

      • StageParameters

        public StageParameters()