Class TestSelectionFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.pts.TestSelectionFinished_1_0
com.gradle.scan.eventmodel.gradle.pts.TestSelectionFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.4")
@PluginVersion(since="3.14")
public class TestSelectionFinished_1_1
extends TestSelectionFinished_1_0
Indicates the culmination and success or failure outcome of the selection process.
Zero or more TestSelectionFinished_1_1 events may be published.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("if selection profile is not configured and the default profile could not be retrieved from the server") SelectionProfile_1Fields inherited from class com.gradle.scan.eventmodel.gradle.pts.TestSelectionFinished_1_0
failureId, failureType, task -
Constructor Summary
ConstructorsConstructorDescriptionTestSelectionFinished_1_1(long task, @Nullable TestSelectionFailureType_1 failureType, @Nullable Long failureId, @Nullable SelectionProfile_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") SelectionProfile_1 selectionProfile
-
-
Constructor Details
-
TestSelectionFinished_1_1
public TestSelectionFinished_1_1(long task, @Nullable @Nullable TestSelectionFailureType_1 failureType, @Nullable @Nullable Long failureId, @Nullable @Nullable SelectionProfile_1 selectionProfile)
-
-
Method Details
-
equals
- Overrides:
equalsin classTestSelectionFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classTestSelectionFinished_1_0
-
toString
- Overrides:
toStringin classTestSelectionFinished_1_0
-