Class JavaToolchainUsage_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.java.JavaToolchainUsage_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="7.6")
@PluginVersion(since="3.11")
public class JavaToolchainUsage_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData containing details about the usages of a Java tool from a Java toolchain within a given task.
Zero or more JavaToolchainUsage_1_0 events can be published.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the task using the Java toolchain.final longTheJavaToolchain_1_0.idof the Java toolchain being used.final StringThe name of the Java tool from the toolchain being used. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
taskId
public final long taskIdThe ID of the task using the Java toolchain. -
toolName
The name of the Java tool from the toolchain being used.Values can be: JavaLauncher, JavaCompiler, JavadocTool.
-
toolchainId
public final long toolchainIdTheJavaToolchain_1_0.idof the Java toolchain being used.
-
-
Constructor Details
-
JavaToolchainUsage_1_0
-
-
Method Details