Class BuildAgent_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildAgent_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="2.0")
@PluginVersion(since="1.0")
public class BuildAgent_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 BuildAgent_1_0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe local IP addresses of the build machine.final @Nullable StringThe hostname of the build machine, as specified by itself.final @Nullable StringThe hostname of the build machine, as seen on the network.final @Nullable StringThe operating system username of the user who runs the build. -
Constructor Summary
Constructors -
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
-
BuildAgent_1_0
-
-
Method Details