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
FieldsModifier and TypeFieldDescriptionfinal StringThe Java class format version number.final StringThe Java runtime name.final StringThe Java runtime version.final StringThe Java runtime environment vendor.final StringThe Java runtime environment version.final StringThe JVM implementation info.final StringThe JVM implementation name.final StringThe JVM implementation vendor.final StringThe JVM implementation version. -
Constructor Summary
Constructors -
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