Class Os_1_0

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

@GradleVersion(since="2.0") @PluginVersion(since="1.0") public class Os_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 Os_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