Class BzlProfile_1_1

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

@BazelVersion(since="1.0") @BazelAgentVersion(since="1.1", until="1.2") public class BzlProfile_1_1 extends BzlProfile_1_0
  • Field Details

    • failureMessage

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

    • BzlProfile_1_1

      public BzlProfile_1_1(long id, String profileJson, @Nullable @Nullable String failureMessage)
  • Method Details