Class MvnNotSelectedTestDurationEstimate_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.pts.MvnNotSelectedTestDurationEstimate_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.14") public class MvnNotSelectedTestDurationEstimate_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the test duration estimate, as this event's relative temporal position to the corresponding MvnNotSelectedTest_1_0 event.

For each MvnNotSelectedTest_1_0 event, a corresponding event of this type is present with the same id.

Zero or more MvnNotSelectedTestDurationEstimate_1_0 events may be published.

See Also:
  • Field Details

  • Constructor Details

    • MvnNotSelectedTestDurationEstimate_1_0

      public MvnNotSelectedTestDurationEstimate_1_0(long id)
  • Method Details