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