@ScannerSide @ExtensionPoint public abstract class ProjectBuilder extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ProjectBuilder.ContextPlugins can use the implementation  ProjectBuilderContextfor their unit tests. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | ProjectBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | build(ProjectBuilder.Context context)Override this method to change project reactor structure. | 
| protected void | build(ProjectReactor reactor)Deprecated. 
 since 3.7 override  build(Context)instead | 
protected ProjectBuilder()
public void build(ProjectBuilder.Context context)
@Deprecated protected void build(ProjectReactor reactor)
build(Context) insteadCopyright © 2009–2016 SonarSource. All rights reserved.