Class MvnBuildAgentCheckInFinished_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.servercallback.MvnBuildAgentCheckInFinished_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="2.0") public class MvnBuildAgentCheckInFinished_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when the build agent has finished check-in to Develocity server.

Zero or more BuildAgentCheckInFinished_1_0 events may be published.

  • Field Details

    • userPreferredEdge

      @Nullable("when check-in to Develocity server failed") public final @Nullable("when check-in to Develocity server failed") MvnEdge_1_0 userPreferredEdge
      The Develocity Edge located in the user's selected location.
    • failureId

      @Nullable("when check-in to Develocity server was successful") public final @Nullable("when check-in to Develocity server was successful") Long failureId
      The failure id that caused check-in to Develocity server to fail.

      The failure id is mapped to a MvnException_1_0 in MvnExceptionData_1_0.

  • Constructor Details

    • MvnBuildAgentCheckInFinished_1_0

      public MvnBuildAgentCheckInFinished_1_0(@Nullable @Nullable MvnEdge_1_0 userPreferredEdge, @Nullable @Nullable Long failureId)
  • Method Details