Class DeploymentSpec.Step

    • Constructor Detail

      • Step

        public Step()
    • Method Detail

      • concerns

        public final boolean concerns​(com.yahoo.config.provision.Environment environment)
        Returns whether this step specifies the given environment.
      • concerns

        public abstract boolean concerns​(com.yahoo.config.provision.Environment environment,
                                         Optional<com.yahoo.config.provision.RegionName> region)
        Returns whether this step specifies the given environment, and, optionally, if this step specifies a region, whether this is also the given region.
      • delay

        public Duration delay()
        The delay introduced by this step (beyond the time it takes to execute the step).
      • isTest

        public boolean isTest()
        Returns whether this step is a test step.
      • isOrdered

        public boolean isOrdered()
        Returns whether the nested steps in this, if any, should be performed in declaration order.