Package com.gradle.scan.eventmodel.maven
Class MvnJvm_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnJvm_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnJvm_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing details about the JVM that executed the build.
An event stream will contain a single MvnJvm_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
The Java class format version number.final String
The Java runtime name.final String
The Java runtime version.final String
The Java runtime environment vendor.final String
The Java runtime environment version.final String
The JVM implementation info.final String
The JVM implementation name.final String
The JVM implementation vendor.final String
The JVM implementation version. -
Constructor Summary
-
Method Summary
-
Field Details
-
version
The Java runtime environment version. -
vendor
The Java runtime environment vendor. -
runtimeName
The Java runtime name. -
runtimeVersion
The Java runtime version. -
classVersion
The Java class format version number. -
vmInfo
The JVM implementation info. -
vmName
The JVM implementation name. -
vmVersion
The JVM implementation version. -
vmVendor
The JVM implementation vendor.
-
-
Constructor Details
-
MvnJvm_1_0
-
-
Method Details