Class MvnBasicMemoryStats_1_0

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

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.0") public class MvnBasicMemoryStats_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData containing memory details of the JVM that executed the build.

An event stream will contain a single MvnBasicMemoryStats_1_0.

  • Field Details

    • max

      public final long max
      The maximum amount of memory that the JVM will attempt to use.
      See Also:
    • peakSnapshots

      public final List<? extends MvnMemoryPoolSnapshot_1_0> peakSnapshots
      The statistics for every memory pool used by the Maven JVM while running the build.
    • gcTime

      public final long gcTime
      Represents the cumulative CPU time spent in milliseconds performing JVM Garbage Collection while running the build.
  • Constructor Details

  • Method Details