JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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 initialized
void
run
()
Method Details
run
void
run
() throws
Exception
Throws:
Exception
postRun
default
void
postRun
() throws
Exception
Executed after the site has been initialized
Throws:
Exception