Uses of Record Class
com.github.copilot.generated.rpc.RemoteSessionMetadataRepository
Packages that use RemoteSessionMetadataRepository
-
Uses of RemoteSessionMetadataRepository in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return RemoteSessionMetadataRepositoryModifier and TypeMethodDescriptionRemoteSessionMetadataValue.repository()Returns the value of therepositoryrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type RemoteSessionMetadataRepositoryModifierConstructorDescriptionRemoteSessionMetadataValue(String sessionId, String startTime, String modifiedTime, String summary, String name, Boolean isRemote, SessionContext context, RemoteSessionMetadataRepository repository, List<String> remoteSessionIds, Long pullRequestNumber, String resourceId, RemoteSessionMetadataTaskType taskType, String staleAt, String state) Creates an instance of aRemoteSessionMetadataValuerecord class.