Class GarbageCollectionCommand

java.lang.Object
com.google.gerrit.sshd.BaseCommand
com.google.gerrit.sshd.SshCommand
com.google.gerrit.sshd.commands.GarbageCollectionCommand
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 GarbageCollectionCommand extends SshCommand
Runs the Git garbage collection.
  • Constructor Details

    • GarbageCollectionCommand

      public GarbageCollectionCommand()
  • Method Details