Class MvnNotSelectedTest_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.pts.MvnNotSelectedTest_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.14")
public class MvnNotSelectedTest_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates a test that was not selected, and why.
Zero or more MvnNotSelectedTest_1_0
events may be published.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The ID of the test goal execution the test is part of.final long
An ID for this particular not selected test.final int
The reason why the test was not selected.final String
The class name of the not selected test. -
Constructor Summary
ConstructorDescriptionMvnNotSelectedTest_1_0
(long goalExecutionId, long id, String testClassName, int reasonOrdinal) -
Method Summary
-
Field Details
-
goalExecutionId
public final long goalExecutionIdThe ID of the test goal execution the test is part of.Corresponds to
MvnGoalExecutionStarted_1_0.id
. -
id
public final long idAn ID for this particular not selected test.Corresponds to
MvnNotSelectedTestDurationEstimate_1_0.id
. -
testClassName
The class name of the not selected test. -
reasonOrdinal
public final int reasonOrdinalThe reason why the test was not selected.The ordinal value will be mapped to a descriptive message in the Predictive Test Selection dashboards.
-
-
Constructor Details
-
MvnNotSelectedTest_1_0
public MvnNotSelectedTest_1_0(long goalExecutionId, long id, String testClassName, int reasonOrdinal)
-
-
Method Details