Class JavaToolchain_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.java.JavaToolchain_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="7.6")
@PluginVersion(since="3.11")
public class JavaToolchain_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData containing details about a Java toolchain.
Zero or more JavaToolchain_1_0 events can be published.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe operating system architecture.final longThe generated, unique ID of this toolchain.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 name.final StringThe JVM implementation vendor.final StringThe JVM implementation version. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe generated, unique ID of this toolchain. -
version
The Java runtime environment version. -
vendor
The Java runtime environment vendor. -
runtimeName
The Java runtime name. -
runtimeVersion
The Java runtime version. -
vmName
The JVM implementation name. -
vmVersion
The JVM implementation version. -
vmVendor
The JVM implementation vendor. -
arch
The operating system architecture.
-
-
Constructor Details
-
JavaToolchain_1_0
-
-
Method Details