Class BuildCacheUnpackFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheUnpackFinished_1_0
com.gradle.scan.eventmodel.gradle.BuildCacheUnpackFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.1")
@PluginVersion(since="1.14")
public class BuildCacheUnpackFinished_1_1
extends BuildCacheUnpackFinished_1_0
An
EventData that is published when a build cache unpack artifact operation has finished.
Zero or more BuildCacheUnpackFinished_1_1 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the unpack was successful") LongThe failure in case of a failed unpack.Fields inherited from class com.gradle.scan.eventmodel.gradle.BuildCacheUnpackFinished_1_0
archiveEntryCount, failure, id -
Constructor Summary
ConstructorsConstructorDescriptionBuildCacheUnpackFinished_1_1(long id, @Nullable Long archiveEntryCount, @Nullable Long failureId) -
Method Summary
-
Field Details
-
failureId
@Nullable("when the unpack was successful") public final @Nullable("when the unpack was successful") Long failureIdThe failure in case of a failed unpack.The failure id is mapped to a
Exception_3_0inExceptionData_1_0.
-
-
Constructor Details
-
BuildCacheUnpackFinished_1_1
-
-
Method Details
-
equals
- Overrides:
equalsin classBuildCacheUnpackFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classBuildCacheUnpackFinished_1_0
-
toString
- Overrides:
toStringin classBuildCacheUnpackFinished_1_0
-