Class BzlProfileUtils
java.lang.Object
com.gradle.scan.eventmodel.bazel.profile.BzlProfileUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BzlProfile_2_0buildProfile(byte[] profileBytes) static BzlProfile_2_0buildProfileUnsafe(byte[] profileBytes) An alternative tobuildProfile(byte[])that does not throw checked exceptions.static BzlProfile_2_0static byte[]getProfileBytes(BzlProfile_2_0 profile) static StringgetProfileJson(BzlProfile_2_0 profile)
-
Constructor Details
-
BzlProfileUtils
public BzlProfileUtils()
-
-
Method Details
-
failure
-
buildProfile
- Throws:
IOException
-
buildProfileUnsafe
An alternative tobuildProfile(byte[])that does not throw checked exceptions. This should only be used for testing. -
getProfileJson
-
getProfileBytes
-