in webhooks-server/src/main/java/jetbrains/buildServer/webhook/async/events/AsyncEvent.java [20:24]
public AsyncEvent(@NotNull String eventType, @NotNull Long objectId, String projectId) {
this.eventType = eventType;
this.objectId = objectId;
this.projectId = projectId;
}