Uses of Record Class
com.github.copilot.sdk.events.SessionHandoffEvent.SessionHandoffData.Repository
Packages that use SessionHandoffEvent.SessionHandoffData.Repository
Package
Description
Event types emitted during Copilot session processing.
-
Uses of SessionHandoffEvent.SessionHandoffData.Repository in com.github.copilot.sdk.events
Methods in com.github.copilot.sdk.events that return SessionHandoffEvent.SessionHandoffData.RepositoryModifier and TypeMethodDescriptionSessionHandoffEvent.SessionHandoffData.repository()Returns the value of therepositoryrecord component.Constructors in com.github.copilot.sdk.events with parameters of type SessionHandoffEvent.SessionHandoffData.RepositoryModifierConstructorDescriptionSessionHandoffData(OffsetDateTime handoffTime, String sourceType, SessionHandoffEvent.SessionHandoffData.Repository repository, String context, String summary, String remoteSessionId) Creates an instance of aSessionHandoffDatarecord class.