Class DeploymentSpec.Steps

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean concerns​(com.yahoo.config.provision.Environment environment, java.util.Optional<com.yahoo.config.provision.RegionName> region)
      Returns whether this step specifies the given environment, and, optionally, region.
      java.time.Duration delay()
      The delay introduced by this step (beyond the time it takes to execute the step).
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.util.List<DeploymentSpec.Step> steps()
      Returns any steps nested in this.
      java.lang.String toString()  
      java.util.List<DeploymentSpec.DeclaredZone> zones()
      Returns the zones deployed to in this step.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • concerns

        public boolean concerns​(com.yahoo.config.provision.Environment environment,
                                java.util.Optional<com.yahoo.config.provision.RegionName> region)
        Description copied from class: DeploymentSpec.Step
        Returns whether this step specifies the given environment, and, optionally, region.
        Specified by:
        concerns in class DeploymentSpec.Step
      • delay

        public java.time.Duration delay()
        Description copied from class: DeploymentSpec.Step
        The delay introduced by this step (beyond the time it takes to execute the step).
        Overrides:
        delay in class DeploymentSpec.Step
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object