Package com.google.gerrit.sshd
Class SshScope
java.lang.Object
com.google.gerrit.sshd.SshScope
Guice scopes for state during an SSH connection.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.inject.Scope
Returns exactly one instance per command executed. -
Method Summary
-
Field Details
-
REQUEST
public static final com.google.inject.Scope REQUESTReturns exactly one instance per command executed.
-