Package com.gradle.scan.eventmodel.maven
Class MvnTestStarted_1_2
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnTestStarted_1_0
com.gradle.scan.eventmodel.maven.MvnTestStarted_1_1
com.gradle.scan.eventmodel.maven.MvnTestStarted_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
MvnTestStarted_1_3
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.16",
until="1.16")
public class MvnTestStarted_1_2
extends MvnTestStarted_1_1
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("for top-level test container") Long
The test id of the parent of the test, if any.final MvnTestType_1
Type of the observed test container.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnTestStarted_1_1
testSelectionReasonOrdinal
Fields inherited from class com.gradle.scan.eventmodel.maven.MvnTestStarted_1_0
className, goalId, id, name
-
Constructor Summary
ConstructorDescriptionMvnTestStarted_1_2
(long goalId, long id, String name, String className, @Nullable Integer testSelectionReasonOrdinal, @Nullable Long parent, MvnTestType_1 testType) -
Method Summary
-
Field Details
-
parent
@Nullable("for top-level test container") public final @Nullable("for top-level test container") Long parentThe test id of the parent of the test, if any. -
testType
Type of the observed test container.
-
-
Constructor Details
-
MvnTestStarted_1_2
public MvnTestStarted_1_2(long goalId, long id, String name, String className, @Nullable @Nullable Integer testSelectionReasonOrdinal, @Nullable @Nullable Long parent, MvnTestType_1 testType)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnTestStarted_1_1
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnTestStarted_1_1
-
toString
- Overrides:
toString
in classMvnTestStarted_1_1
-