Class BuildAgentCheckInFinished_1_0

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

@GradleVersion(since="5.4") @PluginVersion(since="4.0") public class BuildAgentCheckInFinished_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") Edge_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 Exception_3_0 in ExceptionData_1_1.

  • Constructor Details

    • BuildAgentCheckInFinished_1_0

      public BuildAgentCheckInFinished_1_0(@Nullable @Nullable Edge_1_0 userPreferredEdge, @Nullable @Nullable Long failureId)
  • Method Details