Package com.google.gerrit.sshd
package com.google.gerrit.sshd
-
ClassDescriptionAnnotation tagged on a concrete Command that requires high priority thread creation whenever called by administrators users.Command that executes some other command.Resolves an alias to another command.Runnable function which can throw an exception.Thrown from
BaseCommand.CommandRunnable.run()
with client message and code.Runnable function which can retrieve a project name related to the taskThrown fromBaseCommand.CommandRunnable.run()
with client message and code.Makes sure that the referenced "unknown" channel identifier is one that was assigned in the past.Marker onScheduledThreadPoolExecutor
used by SSH threads.Annotation tagged on a concrete Command to describe what it is doing and whether it can be run on slaves.Module to register commands in the SSH daemon.Name of a command registered in an SSH daemon.Utilities to supportCommandName
construction.Creates DispatchCommand using commands registered byCommandModule
.Closes open SSH connections upon account deactivation.Binds one SSH command to the plugin name itself.SSH daemon to communicate with Gerrit.Provides theSshKeyCacheEntry
.Configures standard dependencies forSshDaemon
.Guice scopes for state during an SSH connection.Global data related to an active SSH connection.Utilities to support SSH operations.Marker onScheduledThreadPoolExecutor
used by delayed event streaming.Executes any other command as a different user identity.