Class BzlProfileUtils

java.lang.Object
com.gradle.scan.eventmodel.bazel.profile.BzlProfileUtils

public class BzlProfileUtils extends Object
  • Constructor Details

    • BzlProfileUtils

      public BzlProfileUtils()
  • Method Details

    • buildProfile

      public static BzlProfile_2_0 buildProfile(byte[] profileBytes, @Nullable @Nullable String failureMessage)
    • getProfileJson

      public static String getProfileJson(BzlProfile_2_0 profile)
    • getProfileBytes

      public static byte[] getProfileBytes(BzlProfile_2_0 profile)