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

Packages that use Project.AnalysisType
org.sonar.api.resources   
 

Uses of Project.AnalysisType in org.sonar.api.resources
 

Methods in org.sonar.api.resources that return Project.AnalysisType
 Project.AnalysisType Project.getAnalysisType()
           
static Project.AnalysisType Project.AnalysisType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Project.AnalysisType[] Project.AnalysisType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.resources with parameters of type Project.AnalysisType
 Project Project.setAnalysisType(Project.AnalysisType at)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.