Package com.gradle.scan.eventmodel.maven
Class MvnTestStarted_1_1
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnTestStarted_1_0
com.gradle.scan.eventmodel.maven.MvnTestStarted_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
MvnTestStarted_1_2
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.14",
until="1.15")
public class MvnTestStarted_1_1
extends MvnTestStarted_1_0
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("if Predictive Test Selection was not applied to the test goal") Integer
Indicates why a test was selected when Predictive Test Selection is enabled and is applicable to the test.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnTestStarted_1_0
className, goalId, id, name
-
Constructor Summary
ConstructorDescriptionMvnTestStarted_1_1
(long goalId, long id, String name, String className, @Nullable Integer testSelectionReasonOrdinal) -
Method Summary
-
Field Details
-
testSelectionReasonOrdinal
@Nullable("if Predictive Test Selection was not applied to the test goal") public final @Nullable("if Predictive Test Selection was not applied to the test goal") Integer testSelectionReasonOrdinalIndicates why a test was selected when Predictive Test Selection is enabled and is applicable to the test.The ordinal value will be mapped to a descriptive message in the Predictive Test Selection dashboards.
-
-
Constructor Details
-
MvnTestStarted_1_1
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnTestStarted_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnTestStarted_1_0
-
toString
- Overrides:
toString
in classMvnTestStarted_1_0
-