Class MvnOs_1_0

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

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.0") public class MvnOs_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData containing details about the operating system that executed the build.

An event stream will contain a single MvnOs_1_0.

  • Field Details

    • family

      public final String family
      The operating system family name.
    • name

      public final String name
      The operating system name.
    • version

      public final String version
      The operating system version.
    • arch

      public final String arch
      The operating system architecture.
  • Constructor Details

  • Method Details