Class MvnTestSelectionFinished_1_0

    • Field Detail

      • failureType

        @Nullable("if selection process was successful")
        public final @Nullable("if selection process was successful") MvnTestSelectionFailureType_1 failureType
        A category of the failure that prevented Predictive Test Selection from being applied.
      • failureId

        @Nullable("if selection was successful or no exception is available for failureType")
        public final @Nullable("if selection was successful or no exception is available for failureType") Long failureId
        The failure ID in case the test selection failed.

        A failure ID is mapped to a MvnException_1_0 in MvnExceptionData_1_0.

    • Constructor Detail

      • MvnTestSelectionFinished_1_0

        public MvnTestSelectionFinished_1_0​(long goalExecutionId,
                                            @Nullable
                                            @Nullable MvnTestSelectionFailureType_1 failureType,
                                            @Nullable
                                            @Nullable Long failureId)