Class MvnLocality_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

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

    An event stream will contain a single MvnLocality_1_0.

    • Field Detail

      • localeLanguage

        public final String localeLanguage
        The locale language of the JVM that executed the build.
        See Also:
        Locale.getLanguage()
      • localeCountry

        public final String localeCountry
        The locale country of the JVM that executed the build.
        See Also:
        Locale.getCountry()
      • localeVariant

        public final String localeVariant
        The locale variant of the JVM that executed the build.
        See Also:
        Locale.getVariant()
      • timeZoneId

        public final String timeZoneId
        The time zone ID of the JVM that executed the build.
        See Also:
        TimeZone.getID()
      • timeZoneOffsetMillis

        public final int timeZoneOffsetMillis
        The time zone offset of the JVM that executed the build.
        See Also:
        TimeZone.getOffset(long)
    • Constructor Detail

      • MvnLocality_1_0

        public MvnLocality_1_0​(String localeLanguage,
                               String localeCountry,
                               String localeVariant,
                               String timeZoneId,
                               int timeZoneOffsetMillis)