MCPcopy Create free account
hub / github.com/GerritCodeReview/gerrit / CommandRunnable

Interface CommandRunnable

java/com/google/gerrit/sshd/BaseCommand.java:576–579  ·  view source on GitHub ↗

Runnable function which can throw an exception.

Source from the content-addressed store, hash-verified

574
575 /** Runnable function which can throw an exception. */
576 @FunctionalInterface
577 public interface CommandRunnable {
578 void run() throws Exception;
579 }
580
581 /** Runnable function which can retrieve a project name related to the task */
582 public interface ProjectCommandRunnable extends CommandRunnable {

Callers 6

startMethod · 0.65
onExitMethod · 0.65
runMethod · 0.65
onExitMethod · 0.65
runGCMethod · 0.65
runMethod · 0.65

Implementers 15

GCStepcontrib/maintenance/git/gc.py
GCLockHandlingInitStepcontrib/maintenance/git/gc.py
PreservePacksInitStepcontrib/maintenance/git/gc.py
DeleteEmptyRefDirsCleanupStepcontrib/maintenance/git/gc.py
DeleteStaleIncomingPacksCleanupStepcontrib/maintenance/git/gc.py
PackAllRefsAfterStepcontrib/maintenance/git/gc.py
GitGarbageCollectioncontrib/maintenance/git/gc.py
BatchGitGarbageCollectioncontrib/maintenance/gerrit/tasks/gc.py
ProjectQoSFilterTestjavatests/com/google/gerrit/pgm/http/j
TestSshCommandjavatests/com/google/gerrit/server/plu
LatchedRunnablejavatests/com/google/gerrit/acceptance
LatchedForeverRunnablejavatests/com/google/gerrit/acceptance

Calls

no outgoing calls

Tested by

no test coverage detected