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 Summary
Modifier and TypeFieldDescriptionfinal byte[]
final @Nullable String
In case the profile file is missing, a diagnostic message describing the error. -
Constructor Summary
ConstructorDescriptionBzlProfile_2_0
(byte[] compressedProfileData, @Nullable String failureMessage) -
Method Summary
-
Field Details
-
failureMessage
In case the profile file is missing, a diagnostic message describing the error. -
compressedProfileData
public final byte[] compressedProfileData
-
-
Constructor Details
-
BzlProfile_2_0
-
-
Method Details