public interface RepositoryInitialization
| Modifier and Type | Method and Description |
|---|---|
void |
doInitialize()
Runs initialization logic for a component denoted by
getComponent() method. |
java.lang.String |
getComponent()
Defines the component to which this initialization belongs.
|
void doInitialize()
getComponent() method.
Typically initializations create additional nodes in repository, setup default configuration CIs etc.java.lang.String getComponent()