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 Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when check-in to Develocity server was successful") Long
The failure id that caused check-in to Develocity server to fail.final @Nullable("when check-in to Develocity server failed") MvnEdge_1_0
The Develocity Edge located in the user's selected location. -
Constructor Summary
ConstructorsConstructorDescriptionMvnBuildAgentCheckInFinished_1_0
(@Nullable MvnEdge_1_0 userPreferredEdge, @Nullable Long failureId) -
Method Summary
-
Field Details
-
userPreferredEdge
@Nullable("when check-in to Develocity server failed") public final @Nullable("when check-in to Develocity server failed") MvnEdge_1_0 userPreferredEdgeThe 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 failureIdThe failure id that caused check-in to Develocity server to fail.The failure id is mapped to a
MvnException_1_0
inMvnExceptionData_1_0
.
-
-
Constructor Details
-
MvnBuildAgentCheckInFinished_1_0
public MvnBuildAgentCheckInFinished_1_0(@Nullable @Nullable MvnEdge_1_0 userPreferredEdge, @Nullable @Nullable Long failureId)
-
-
Method Details