Interface ConfigChangeAction

    • Method Detail

      • getMessage

        String getMessage()
        Returns a message describing the config change in detail
      • getServices

        List<ServiceInfo> getServices()
        Returns the list of services where the action must be performed
      • validationId

        default Optional<ValidationId> validationId()
        When this is non-empty, validation may fail unless this validation id is allowed by validation overrides.
      • clusterId

        com.yahoo.config.provision.ClusterSpec.Id clusterId()
        The id of the cluster that needs this action applied
      • ignoreForInternalRedeploy

        default boolean ignoreForInternalRedeploy()
        Returns whether this change should be ignored for internal redeploy