Class BzlOutputDownloadFinished_1_0

java.lang.Object
com.gradle.scan.eventmodel.bazel.action.BzlOutputDownloadFinished_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@BazelVersion(since="1.0") @BazelAgentVersion(since="1.0", until="1.2") public class BzlOutputDownloadFinished_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when an action's outputs have finished downloading from the remote cache.
  • Field Details

    • id

      public final long id
      The ID of the action.
  • Constructor Details

    • BzlOutputDownloadFinished_1_0

      public BzlOutputDownloadFinished_1_0(long id)
  • Method Details