Package com.gradle.scan.eventmodel.maven
Class MvnGoalExecutionFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnGoalExecutionFinished_1_0
com.gradle.scan.eventmodel.maven.MvnGoalExecutionFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
MvnGoalExecutionFinished_1_2
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.1",
until="1.14")
public class MvnGoalExecutionFinished_1_1
extends MvnGoalExecutionFinished_1_0
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when no original execution time available") Long
How long it took to execute the original goal that produced same output from same inputs.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnGoalExecutionFinished_1_0
cachingDisabledReasonCategory, failureId, id, nonCacheableReason, originBuildInvocationId, outcome
-
Constructor Summary
ConstructorDescriptionMvnGoalExecutionFinished_1_1
(long id, @Nullable String originBuildInvocationId, @Nullable Long originExecutionTime, MvnGoalExecutionOutcome_1 outcome, @Nullable MvnGoalExecutionCachingDisabledReasonCategory_1 cachingDisabledReasonCategory, @Nullable String nonCacheableReason, @Nullable Long failureId) -
Method Summary
-
Field Details
-
originExecutionTime
@Nullable("when no original execution time available") public final @Nullable("when no original execution time available") Long originExecutionTimeHow long it took to execute the original goal that produced same output from same inputs.
-
-
Constructor Details
-
MvnGoalExecutionFinished_1_1
public MvnGoalExecutionFinished_1_1(long id, @Nullable @Nullable String originBuildInvocationId, @Nullable @Nullable Long originExecutionTime, MvnGoalExecutionOutcome_1 outcome, @Nullable @Nullable MvnGoalExecutionCachingDisabledReasonCategory_1 cachingDisabledReasonCategory, @Nullable @Nullable String nonCacheableReason, @Nullable @Nullable Long failureId)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnGoalExecutionFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnGoalExecutionFinished_1_0
-
toString
- Overrides:
toString
in classMvnGoalExecutionFinished_1_0
-