Class BzlProfile_1_0

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

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

    • profileJson

      public final String profileJson
    • id

      public final long id
  • Constructor Details

    • BzlProfile_1_0

      public BzlProfile_1_0(long id, String profileJson)
  • Method Details