Package com.gradle.scan.eventmodel.maven
Class MvnBuildAgent_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildAgent_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnBuildAgent_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing details about the build agent that executed the build.
An event stream will contain a single MvnBuildAgent_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionThe local IP addresses of the build machine.final @Nullable String
The hostname of the build machine, as specified by itself.final @Nullable String
The hostname of the build machine, as seen on the network.final @Nullable String
The operating system username of the user who runs the build. -
Constructor Summary
-
Method Summary
-
Field Details
-
username
The operating system username of the user who runs the build. -
localHostname
The hostname of the build machine, as specified by itself. -
publicHostname
The hostname of the build machine, as seen on the network. -
ipAddresses
The local IP addresses of the build machine.
-
-
Constructor Details
-
MvnBuildAgent_1_0
-
-
Method Details