Package com.google.gerrit.sshd.commands
Class ReceiveSlaveMode
- java.lang.Object
-
- com.google.gerrit.sshd.BaseCommand
-
- com.google.gerrit.sshd.AbstractGitCommand
-
- com.google.gerrit.sshd.commands.ReceiveSlaveMode
-
- All Implemented Interfaces:
org.apache.sshd.server.command.Command
,org.apache.sshd.server.command.CommandDirectErrorStreamAware
,org.apache.sshd.server.command.CommandDirectInputStreamAware
,org.apache.sshd.server.command.CommandDirectOutputStreamAware
,org.apache.sshd.server.command.CommandDirectStreamsAware
,org.apache.sshd.server.command.CommandLifecycle
public class ReceiveSlaveMode extends AbstractGitCommand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gerrit.sshd.BaseCommand
BaseCommand.CommandRunnable, BaseCommand.Failure, BaseCommand.ProjectCommandRunnable, BaseCommand.UnloggedFailure
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.sshd.AbstractGitCommand
extraParameters, project, projectName, projectState, repo, session
-
Fields inherited from class com.google.gerrit.sshd.BaseCommand
cleanup, dynamicBeans, ENC, err, exit, in, injector, out, STATUS_NOT_ADMIN, user
-
-
Constructor Summary
Constructors Constructor Description ReceiveSlaveMode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
runImpl()
-
Methods inherited from class com.google.gerrit.sshd.AbstractGitCommand
start
-
Methods inherited from class com.google.gerrit.sshd.BaseCommand
destroy, die, die, die, enableGracefulStop, getArguments, getName, getPluginName, getTaskDescription, getTrimmedArguments, newCmdLineParser, onExit, parseCommandLine, parseCommandLine, provideStateTo, setArguments, setErrorStream, setExitCallback, setInputStream, setOutputStream, startThread, toPrintWriter, usage, writeError
-
-
-
-
Method Detail
-
runImpl
protected void runImpl() throws BaseCommand.UnloggedFailure, IOException
- Specified by:
runImpl
in classAbstractGitCommand
- Throws:
BaseCommand.UnloggedFailure
IOException
-
-