Package com.gradle.scan.eventmodel.maven
Class MvnLocality_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.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 Summary
Modifier and TypeFieldDescriptionfinal String
The locale country of the JVM that executed the build.final String
The locale language of the JVM that executed the build.final String
The locale variant of the JVM that executed the build.final String
The time zone ID of the JVM that executed the build.final int
The time zone offset of the JVM that executed the build. -
Constructor Summary
ConstructorDescriptionMvnLocality_1_0
(String localeLanguage, String localeCountry, String localeVariant, String timeZoneId, int timeZoneOffsetMillis) -
Method Summary
-
Field Details
-
localeLanguage
The locale language of the JVM that executed the build.- See Also:
-
localeCountry
The locale country of the JVM that executed the build.- See Also:
-
localeVariant
The locale variant of the JVM that executed the build.- See Also:
-
timeZoneId
The time zone ID of the JVM that executed the build.- See Also:
-
timeZoneOffsetMillis
public final int timeZoneOffsetMillisThe time zone offset of the JVM that executed the build.- See Also:
-
-
Constructor Details
-
MvnLocality_1_0
-
-
Method Details