Package com.gradle.scan.eventmodel.maven
Class MvnGoalExecutionFinished_1_2
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnGoalExecutionFinished_1_0
com.gradle.scan.eventmodel.maven.MvnGoalExecutionFinished_1_1
com.gradle.scan.eventmodel.maven.MvnGoalExecutionFinished_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.15")
public class MvnGoalExecutionFinished_1_2
extends MvnGoalExecutionFinished_1_1
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when not explicitly set") Boolean
Whether storing outputs is enabled for this specific goal.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnGoalExecutionFinished_1_1
originExecutionTime
Fields inherited from class com.gradle.scan.eventmodel.maven.MvnGoalExecutionFinished_1_0
cachingDisabledReasonCategory, failureId, id, nonCacheableReason, originBuildInvocationId, outcome
-
Constructor Summary
ConstructorDescriptionMvnGoalExecutionFinished_1_2
(long id, @Nullable String originBuildInvocationId, @Nullable Long originExecutionTime, MvnGoalExecutionOutcome_1 outcome, @Nullable MvnGoalExecutionCachingDisabledReasonCategory_1 cachingDisabledReasonCategory, @Nullable String nonCacheableReason, @Nullable Long failureId, @Nullable Boolean storeEnabled) -
Method Summary
-
Field Details
-
storeEnabled
@Nullable("when not explicitly set") public final @Nullable("when not explicitly set") Boolean storeEnabledWhether storing outputs is enabled for this specific goal. See the documentation how to configure it for a specific goal.
-
-
Constructor Details
-
MvnGoalExecutionFinished_1_2
public MvnGoalExecutionFinished_1_2(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, @Nullable @Nullable Boolean storeEnabled)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnGoalExecutionFinished_1_1
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnGoalExecutionFinished_1_1
-
toString
- Overrides:
toString
in classMvnGoalExecutionFinished_1_1
-