Class 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 Detail

      • 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 Detail

      • MvnBuildAgent_1_0

        public MvnBuildAgent_1_0​(@Nullable
                                 @Nullable String username,
                                 @Nullable
                                 @Nullable String localHostname,
                                 @Nullable
                                 @Nullable String publicHostname,
                                 @Nullable
                                 @Nullable List<String> ipAddresses)