Package com.google.gerrit.pgm.init.api
Interface InitStep
-
public interface InitStep
A single step in the site initialization process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
postRun()
Executed after the site has been initializedvoid
run()
-