Class MvnBuildFinished_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.0")
    public class MvnBuildFinished_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is published when the build has completed.

    An event stream will contain a single MvnBuildFinished_1_0.

    • Field Detail

      • failed

        public final boolean failed
        Whether the build failed.

        In case of a build executed with --fail-never, this will be false, but potential failures might be captured and linked to in failureIds.

      • failureIds

        @Nullable
        public final @Nullable List<Long> failureIds
        The IDs of failures that occurred during the build.

        The failure ids are mapped to MvnException_1_0 in MvnExceptionData_1_0. * null if no failures occurred.

    • Constructor Detail

      • MvnBuildFinished_1_0

        public MvnBuildFinished_1_0​(boolean failed,
                                    @Nullable
                                    @Nullable List<Long> failureIds)