Class BzlProfile_2_0

java.lang.Object
com.gradle.scan.eventmodel.bazel.profile.BzlProfile_2_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

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

    • failureMessage

      @Nullable public final @Nullable String failureMessage
      In case the profile file is missing, a diagnostic message describing the error.
    • compressedProfileData

      public final byte[] compressedProfileData
  • Constructor Details

    • BzlProfile_2_0

      public BzlProfile_2_0(byte[] compressedProfileData, @Nullable @Nullable String failureMessage)
  • Method Details