Class MvnTestSelectionFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.maven.pts.MvnTestSelectionFinished_1_0
com.gradle.scan.eventmodel.maven.pts.MvnTestSelectionFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public class MvnTestSelectionFinished_1_1
extends MvnTestSelectionFinished_1_0
Indicates the culmination and success or failure outcome of the selection process.
Zero or more MvnTestSelectionFinished_1_0
events may be published.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("if selection profile is not configured and the default profile could not be retrieved from the server") MvnSelectionProfile_1
Fields inherited from class com.gradle.scan.eventmodel.maven.pts.MvnTestSelectionFinished_1_0
failureId, failureType, goalExecutionId
-
Constructor Summary
ConstructorDescriptionMvnTestSelectionFinished_1_1
(long goalExecutionId, @Nullable MvnTestSelectionFailureType_1 failureType, @Nullable Long failureId, @Nullable MvnSelectionProfile_1 selectionProfile) -
Method Summary
-
Field Details
-
selectionProfile
@Nullable("if selection profile is not configured and the default profile could not be retrieved from the server") public final @Nullable("if selection profile is not configured and the default profile could not be retrieved from the server") MvnSelectionProfile_1 selectionProfile
-
-
Constructor Details
-
MvnTestSelectionFinished_1_1
public MvnTestSelectionFinished_1_1(long goalExecutionId, @Nullable @Nullable MvnTestSelectionFailureType_1 failureType, @Nullable @Nullable Long failureId, @Nullable @Nullable MvnSelectionProfile_1 selectionProfile)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnTestSelectionFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnTestSelectionFinished_1_0
-
toString
- Overrides:
toString
in classMvnTestSelectionFinished_1_0
-