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 Summary
Modifier and TypeFieldDescriptionfinal @Nullable String
In case the profile file is missing, a diagnostic message describing the error.Fields inherited from class com.gradle.scan.eventmodel.bazel.profile.BzlProfile_1_0
id, profileJson
-
Constructor Summary
ConstructorDescriptionBzlProfile_1_1
(long id, String profileJson, @Nullable String failureMessage) -
Method Summary
-
Field Details
-
failureMessage
In case the profile file is missing, a diagnostic message describing the error.
-
-
Constructor Details
-
BzlProfile_1_1
-
-
Method Details
-
equals
- Overrides:
equals
in classBzlProfile_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBzlProfile_1_0
-
toString
- Overrides:
toString
in classBzlProfile_1_0
-