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 Details

    • username

      @Nullable public final @Nullable String username
      The operating system username of the user who runs the build.
    • localHostname

      @Nullable public final @Nullable String localHostname
      The hostname of the build machine, as specified by itself.
    • publicHostname

      @Nullable public final @Nullable String publicHostname
      The hostname of the build machine, as seen on the network.
    • ipAddresses

      @Nullable public final @Nullable List<String> ipAddresses
      The local IP addresses of the build machine.
  • Constructor Details

    • BuildAgent_1_0

      public BuildAgent_1_0(@Nullable @Nullable String username, @Nullable @Nullable String localHostname, @Nullable @Nullable String publicHostname, @Nullable @Nullable List<String> ipAddresses)
  • Method Details