Package com.gradle.scan.eventmodel.maven
Class MvnBuildCacheLocalLoadStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildCacheLocalLoadStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.1")
public class MvnBuildCacheLocalLoadStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a local build cache load artifact operation has started.
Zero or more MvnBuildCacheLocalLoadStarted_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal byte[]The cache key that identifies the artifact in the build cache.final longThe ID of the goal execution whose artifact is attempted to be loaded from the local cache, linking toMvnGoalExecutionStarted_1_0.id.final longThe ID of the load activity, linking toMvnBuildCacheLocalLoadFinished_1_0.id. -
Constructor Summary
ConstructorsConstructorDescriptionMvnBuildCacheLocalLoadStarted_1_0(long goalExecutionId, long id, byte[] cacheKey) -
Method Summary
-
Field Details
-
goalExecutionId
public final long goalExecutionIdThe ID of the goal execution whose artifact is attempted to be loaded from the local cache, linking toMvnGoalExecutionStarted_1_0.id. -
id
public final long idThe ID of the load activity, linking toMvnBuildCacheLocalLoadFinished_1_0.id. -
cacheKey
public final byte[] cacheKeyThe cache key that identifies the artifact in the build cache.
-
-
Constructor Details
-
MvnBuildCacheLocalLoadStarted_1_0
public MvnBuildCacheLocalLoadStarted_1_0(long goalExecutionId, long id, byte[] cacheKey)
-
-
Method Details