Package com.gradle.scan.eventmodel.maven
Class MvnBuildCacheUnpackFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildCacheUnpackFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnBuildCacheUnpackFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published when a build cache unpack artifact operation has finished.
Zero or more MvnBuildCacheUnpackFinished_1_0
events may be published.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when the unpack failed") Long
The number of entries in the unpacked cache artifact.final @Nullable("when the unpack was successful") Long
The failure in case of a failed unpack.final long
The ID of the pack activity, linking toMvnBuildCacheUnpackStarted_1_0.id
. -
Constructor Summary
ConstructorDescriptionMvnBuildCacheUnpackFinished_1_0
(long id, @Nullable Long archiveEntryCount, @Nullable Long failureId) -
Method Summary
-
Field Details
-
id
public final long idThe ID of the pack activity, linking toMvnBuildCacheUnpackStarted_1_0.id
. -
archiveEntryCount
@Nullable("when the unpack failed") public final @Nullable("when the unpack failed") Long archiveEntryCountThe number of entries in the unpacked cache artifact.This is used as a rough metric of the complexity of the archive being processed.
-
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
MvnException_1_0
inMvnExceptionData_1_0
.
-
-
Constructor Details
-
MvnBuildCacheUnpackFinished_1_0
-
-
Method Details