MCPcopy Index your code
hub / github.com/GerritCodeReview/gerrit / InitStep

Interface InitStep

java/com/google/gerrit/pgm/init/api/InitStep.java:18–23  ·  view source on GitHub ↗

A single step in the site initialization process.

Source from the content-addressed store, hash-verified

16
17/** A single step in the site initialization process. */
18public interface InitStep {
19 void run() throws Exception;
20
21 /** Executed after the site has been initialized */
22 default void postRun() throws Exception {}
23}

Callers 11

_run_projects_gcFunction · 0.65
git_dirFunction · 0.65
commit_idFunction · 0.65
addFunction · 0.65
commitFunction · 0.65
pushFunction · 0.65
cloneFunction · 0.65
initFunction · 0.65
postInitPluginsMethod · 0.65
runMethod · 0.65
postRunMethod · 0.65

Implementers 15

InitHttpdjava/com/google/gerrit/pgm/init/InitHt
InitAdminUserjava/com/google/gerrit/pgm/init/InitAd
InitGitManagerjava/com/google/gerrit/pgm/init/InitGi
InitLabelsjava/com/google/gerrit/pgm/init/InitLa
InitSendEmailjava/com/google/gerrit/pgm/init/InitSe
InitPluginsjava/com/google/gerrit/pgm/init/InitPl
InitCachejava/com/google/gerrit/pgm/init/InitCa
InitSshdjava/com/google/gerrit/pgm/init/InitSs
InitContainerjava/com/google/gerrit/pgm/init/InitCo
InitDevjava/com/google/gerrit/pgm/init/InitDe
InitJGitConfigjava/com/google/gerrit/pgm/init/InitJG
InitLoggingjava/com/google/gerrit/pgm/init/InitLo

Calls

no outgoing calls

Tested by

no test coverage detected