org.sonar.batch.scan
Class DeprecatedProjectReactorBuilder
java.lang.Object
org.sonar.batch.scan.ProjectReactorBuilder
org.sonar.batch.scan.DeprecatedProjectReactorBuilder
Deprecated. since 4.3 should be removed when we will require SQ Runner 2.4+
@Deprecated
public class DeprecatedProjectReactorBuilder
- extends ProjectReactorBuilder
Class that creates a project definition based on a set of properties. This class is intended to work with
SQ Runner <= 2.3. Starting from SQ Runner 2.4 loading of sonar-project.properties file should not be done by
the core.
| Methods inherited from class org.sonar.batch.scan.ProjectReactorBuilder |
checkExistenceOfDirectories, checkExistenceOfPaths, checkMandatoryProperties, checkUniquenessOfChildKey, cleanAndCheckAggregatorProjectProperties, cleanAndCheckModuleProperties, cleanAndCheckProjectDefinitions, defineProject, execute, extractModuleProperties, getLibraries, initModuleWorkDir, initRootProjectWorkDir, mergeParentProperties, resolvePath, setModuleKeyAndNameIfNotDefined, setProjectBaseDir, toProperties, validateDirectories |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeprecatedProjectReactorBuilder
public DeprecatedProjectReactorBuilder(TaskProperties props)
- Deprecated.
loadChildProject
protected ProjectDefinition loadChildProject(ProjectDefinition parentProject,
Properties moduleProps,
String moduleId)
- Deprecated.
- Overrides:
loadChildProject in class ProjectReactorBuilder
Copyright © 2009–2015 SonarSource. All rights reserved.