Class DeploymentSpec.ParallelZones

  • Enclosing class:
    DeploymentSpec

    public static class DeploymentSpec.ParallelZones
    extends DeploymentSpec.Step
    A deployment step which is to run deployment to multiple zones in parallel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean deploysTo​(com.yahoo.config.provision.Environment environment, java.util.Optional<com.yahoo.config.provision.RegionName> region)
      Returns whether this step deploys to the given environment, and (if specified) region
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      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, toString, wait, wait, wait
    • Method Detail

      • deploysTo

        public boolean deploysTo​(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 deploys to the given environment, and (if specified) region
        Specified by:
        deploysTo 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