Class NotSelectedTest_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.pts.NotSelectedTest_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.4")
@PluginVersion(since="3.10")
public class NotSelectedTest_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates a test that was not selected, and why.
Zero or more NotSelectedTest_1_0 events may be published.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longAn ID for this particular not selected test.final intThe reason why the test was not selected.final longThe ID of the test task the test is part of.final StringThe class name of the not selected test. -
Constructor Summary
ConstructorsConstructorDescriptionNotSelectedTest_1_0(long task, long id, String testClassName, int reasonOrdinal) -
Method Summary
-
Field Details
-
task
public final long taskThe ID of the test task the test is part of.Corresponds to
TaskStarted_1_0.id. -
id
public final long idAn ID for this particular not selected test.Corresponds to
NotSelectedTestDurationEstimate_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
-
NotSelectedTest_1_0
-
-
Method Details