Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GerritCodeReview/gerrit
/ run
Method
run
java/com/google/gerrit/sshd/BaseCommand.java:578–578 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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 */
Callers
6
start
Method · 0.65
onExit
Method · 0.65
run
Method · 0.65
onExit
Method · 0.65
runGC
Method · 0.65
run
Method · 0.65
Implementers
15
GCStep
contrib/maintenance/git/gc.py
GCLockHandlingInitStep
contrib/maintenance/git/gc.py
PreservePacksInitStep
contrib/maintenance/git/gc.py
DeleteEmptyRefDirsCleanupStep
contrib/maintenance/git/gc.py
DeleteStaleIncomingPacksCleanupStep
contrib/maintenance/git/gc.py
PackAllRefsAfterStep
contrib/maintenance/git/gc.py
GitGarbageCollection
contrib/maintenance/git/gc.py
BatchGitGarbageCollection
contrib/maintenance/gerrit/tasks/gc.py
ProjectQoSFilterTest
javatests/com/google/gerrit/pgm/http/j
TestSshCommand
javatests/com/google/gerrit/server/plu
LatchedRunnable
javatests/com/google/gerrit/acceptance
LatchedForeverRunnable
javatests/com/google/gerrit/acceptance
Calls
no outgoing calls
Tested by
no test coverage detected