Class MvnTestFinished_1_0

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

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.2")
    public class MvnTestFinished_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is published when a test has finished executing.

    Zero or more MvnTestFinished_1_0 events may be published.

    • Field Detail

      • id

        public final long id
        The ID of the test.
      • failureId

        @Nullable("when not a failing test")
        public final @Nullable("when not a failing test") Long failureId
        The failure ID in case the test failed.

        A failure ID is mapped to a MvnException_1_0 in MvnExceptionData_1_0.

        null if the test did not fail.