Package com.gradle.scan.eventmodel.maven
Class MvnHardware_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnHardware_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnHardware_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing details about the hardware the build executed on.
An event stream will contain a single MvnHardware_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
The number of processors available to the JVM. -
Constructor Summary
-
Method Summary
-
Field Details
-
numProcessors
public final int numProcessorsThe number of processors available to the JVM.
-
-
Constructor Details
-
MvnHardware_1_0
public MvnHardware_1_0(int numProcessors)
-
-
Method Details