| Package | Description |
|---|---|
| org.sonar.api.resources |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.setAnalysisType(Project.AnalysisType at) |
Copyright © 2009-2013 SonarSource. All Rights Reserved.