Class BzlActionExecuted_1_0

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

@BazelVersion(since="1.0") @BazelAgentVersion(since="1.0") public class BzlActionExecuted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
  • Field Details

    • id

      public final long id
    • primaryOutputPath

      public final String primaryOutputPath
    • label

      @Nullable public final @Nullable String label
    • configurationId

      @Nullable public final @Nullable Long configurationId
    • success

      public final boolean success
    • type

      public final String type
    • exitCode

      public final int exitCode
    • stdout

      @Nullable public final @Nullable BzlFile_1_0 stdout
    • stderr

      @Nullable public final @Nullable BzlFile_1_0 stderr
    • primaryOutput

      @Nullable public final @Nullable BzlFile_1_0 primaryOutput
    • commandLine

      public final List<String> commandLine
    • metadataLogs

      public final List<BzlFile_1_0> metadataLogs
    • failureId

      @Nullable public final @Nullable Long failureId
  • Constructor Details

    • BzlActionExecuted_1_0

      public BzlActionExecuted_1_0(long id, String primaryOutputPath, @Nullable @Nullable Long configurationId, @Nullable @Nullable String label, boolean success, String type, int exitCode, @Nullable @Nullable BzlFile_1_0 stdout, @Nullable @Nullable BzlFile_1_0 stderr, @Nullable @Nullable BzlFile_1_0 primaryOutput, List<String> commandLine, List<BzlFile_1_0> metadataLogs, @Nullable @Nullable Long failureId)
  • Method Details