Class MvnBuiltInCacheReport_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.builtincache.MvnBuiltInCacheReport_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.9.0") @MavenExtensionVersion(since="1.17") public class MvnBuiltInCacheReport_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData containing a Maven Build Cache extension cache report.

Zero or one MvnBuiltInCacheReport_1_0 event may be published.

  • Field Details

    • buildId

      public final String buildId
      The unique identifier of the report.
    • report

      public final String report
      The report content.
  • Constructor Details

    • MvnBuiltInCacheReport_1_0

      public MvnBuiltInCacheReport_1_0(String buildId, String report)
  • Method Details