Uses of Class
org.sonar.api.resources.Project

Packages that use Project
org.sonar.api.batch   
org.sonar.api.batch.maven   
org.sonar.api.resources   
 

Uses of Project in org.sonar.api.batch
 

Methods in org.sonar.api.batch that return Project
abstract  Project SonarIndex.getProject()
           
 Project DecoratorContext.getProject()
           
 

Methods in org.sonar.api.batch with parameters of type Project
 void Sensor.analyse(Project project, SensorContext context)
          The method that is going to be run when the sensor is called
 void AbstractSourceImporter.analyse(Project project, SensorContext context)
          The method that is going to be run when the sensor is called
abstract  void Initializer.execute(Project project)
           
 void PostJob.executeOn(Project project, SensorContext context)
           
protected  boolean AbstractSourceImporter.isEnabled(Project project)
           
<T> Collection<T>
BatchExtensionDictionnary.select(Class<T> type, Project project, boolean sort)
           
 Collection<MavenPluginHandler> BatchExtensionDictionnary.selectMavenPluginHandlers(Project project)
           
 boolean Initializer.shouldExecuteOnProject(Project project)
           
 boolean CheckProject.shouldExecuteOnProject(Project project)
           
 boolean AbstractSumChildrenDecorator.shouldExecuteOnProject(Project project)
          
 boolean AbstractSourceImporter.shouldExecuteOnProject(Project project)
          
 boolean AbstractFunctionComplexityDistributionDecorator.shouldExecuteOnProject(Project project)
          Deprecated.  
 boolean AbstractFunctionComplexityDecorator.shouldExecuteOnProject(Project project)
          Deprecated. 
 boolean AbstractFilesDecorator.shouldExecuteOnProject(Project project)
          Deprecated. 
 boolean AbstractFileComplexityDecorator.shouldExecuteOnProject(Project project)
          Deprecated. 
 boolean AbstractDivisionDecorator.shouldExecuteOnProject(Project project)
          
 boolean AbstractDirectoriesDecorator.shouldExecuteOnProject(Project project)
          Deprecated. 
 boolean AbstractCoverageExtension.shouldExecuteOnProject(Project project)
          Deprecated. Whether to implement the extension on the project
 

Uses of Project in org.sonar.api.batch.maven
 

Methods in org.sonar.api.batch.maven with parameters of type Project
static MavenPlugin MavenSurefireUtils.configure(Project project)
          Configures the project POM with base required surefire settings
 void MavenPluginHandler.configure(Project project, MavenPlugin plugin)
          Configures the pom being executed, add or remove plugin properties.
 MavenPluginHandler DependsUponMavenPlugin.getMavenPluginHandler(Project project)
           
 

Uses of Project in org.sonar.api.resources
 

Methods in org.sonar.api.resources that return Project
static Project Project.createFromMavenIds(String groupId, String artifactId)
           
 Project Project.getParent()
           
 Project Project.getRoot()
           
 Project Project.setAnalysisDate(Date analysisDate)
          For internal use only.
 Project Project.setAnalysisType(Project.AnalysisType at)
           
 Project Project.setAnalysisVersion(String analysisVersion)
          For internal use only.
 Project Project.setBranch(String branch)
          For internal use only.
 Project Project.setConfiguration(org.apache.commons.configuration.Configuration configuration)
          For internal use only.
 Project Project.setDescription(String description)
          For internal use only.
 Project Project.setExclusionPatterns(String[] s)
          Set exclusion patterns.
 Project Project.setFileSystem(ProjectFileSystem fs)
          Deprecated. since 2.6. See http://jira.codehaus.org/browse/SONAR-2126
 Project Project.setLanguage(Language language)
           
 Project Project.setLanguageKey(String languageKey)
          For internal use only.
 Project Project.setLatestAnalysis(boolean b)
          For internal use only.
 Project Project.setName(String name)
          For internal use only.
 Project Project.setPackaging(String packaging)
          For internal use only.
 Project Project.setParent(Project parent)
          For internal use only.
 Project Project.setPom(org.apache.maven.project.MavenProject pom)
          For internal use only.
 

Methods in org.sonar.api.resources that return types with arguments of type Project
 List<Project> Project.getModules()
           
 

Methods in org.sonar.api.resources with parameters of type Project
static File File.fromIOFile(File file, Project project)
          Creates a File from its name and a project
static String ProjectUtils.getJavaSourceVersion(Project project)
          Deprecated. since 2.6 use JavaUtils.getSourceVersion() instead.
static String ProjectUtils.getJavaVersion(Project project)
          Deprecated. since 2.6 use JavaUtils.getTargetVersion() instead.
 Project Project.setParent(Project parent)
          For internal use only.
 

Constructors in org.sonar.api.resources with parameters of type Project
DefaultProjectFileSystem(Project project, Languages languages)
           
DefaultProjectFileSystem(Project project, Languages languages, FileFilter... fileFilters)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.