Class PublishSpec11ReportAction

java.lang.Object
google.registry.reporting.spec11.PublishSpec11ReportAction
All Implemented Interfaces:
Runnable

public class PublishSpec11ReportAction extends Object implements Runnable
Retries until a Dataflow job with a given jobId completes, continuing the Spec11 pipeline accordingly.

This calls Spec11EmailUtils.emailSpec11Reports(LocalDate, SoyTemplateInfo, String, ImmutableSet) on success or Spec11EmailUtils.sendAlertEmail(String, String) on failure.

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable