|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CheckProject in org.sonar.api.batch |
|---|
| Subinterfaces of CheckProject in org.sonar.api.batch | |
|---|---|
interface |
Decorator
|
interface |
Sensor
A Sensor is invoked once during the analysis of a project. |
| Classes in org.sonar.api.batch that implement CheckProject | |
|---|---|
class |
AbstractDirectoriesDecorator
Deprecated. since 2.2, the number of directories is automatically calculated by sonar core (see metric formula) |
class |
AbstractDivisionDecorator
A pre-implementation to decorate metrics that are the result of a division |
class |
AbstractFileComplexityDecorator
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore |
class |
AbstractFilesDecorator
Deprecated. since 2.2, the number of files is automatically calculated by sonar core (see metric formula) |
class |
AbstractFunctionComplexityDecorator
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore |
class |
AbstractFunctionComplexityDistributionDecorator
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore |
class |
AbstractSourceImporter
A pre-implementation for a sensor that imports sources. |
class |
AbstractSumChildrenDecorator
Sum measures of child resources. |
class |
Initializer
Initializer can execute external tool (like a Maven plugin), change project configuration. |
| Uses of CheckProject in org.sonar.batch |
|---|
| Classes in org.sonar.batch that implement CheckProject | |
|---|---|
class |
FormulaDecorator
A pre-implementation of a decorator using a simple calculation formula |
| Uses of CheckProject in org.sonar.plugins.checkstyle |
|---|
| Classes in org.sonar.plugins.checkstyle that implement CheckProject | |
|---|---|
class |
CheckstyleSensor
|
| Uses of CheckProject in org.sonar.plugins.cobertura |
|---|
| Classes in org.sonar.plugins.cobertura that implement CheckProject | |
|---|---|
class |
CoberturaMavenInitializer
Provides CoberturaMavenPluginHandler and configures correct path to report. |
class |
CoberturaSensor
|
| Uses of CheckProject in org.sonar.plugins.core.batch |
|---|
| Classes in org.sonar.plugins.core.batch that implement CheckProject | |
|---|---|
class |
MavenInitializer
|
class |
ProjectFileSystemLogger
|
| Uses of CheckProject in org.sonar.plugins.core.security |
|---|
| Classes in org.sonar.plugins.core.security that implement CheckProject | |
|---|---|
class |
ApplyProjectRolesDecorator
|
| Uses of CheckProject in org.sonar.plugins.core.sensors |
|---|
| Classes in org.sonar.plugins.core.sensors that implement CheckProject | |
|---|---|
class |
AbstractCoverageDecorator
|
class |
BranchCoverageDecorator
|
class |
CheckAlertThresholds
|
class |
CommentDensityDecorator
|
class |
CoverageDecorator
|
class |
DirectoriesDecorator
|
class |
FilesDecorator
|
class |
GenerateAlertEvents
|
class |
ItBranchCoverageDecorator
|
class |
ItCoverageDecorator
|
class |
ItLineCoverageDecorator
|
class |
LineCoverageDecorator
|
class |
ManualMeasureDecorator
|
class |
ManualViolationInjector
|
class |
ProfileEventsSensor
|
class |
ProfileSensor
|
class |
ProjectLinksSensor
|
class |
ReviewsMeasuresDecorator
Decorator that creates measures related to reviews. |
class |
ReviewWorkflowDecorator
|
class |
UnitTestDecorator
|
class |
VersionEventsSensor
|
class |
ViolationsDecorator
|
class |
ViolationsDensityDecorator
|
class |
ViolationSeverityUpdater
Severity of violations can be explicitely changed by end-users. |
class |
WeightedViolationsDecorator
|
| Uses of CheckProject in org.sonar.plugins.core.timemachine |
|---|
| Classes in org.sonar.plugins.core.timemachine that implement CheckProject | |
|---|---|
class |
AbstractNewCoverageFileAnalyzer
|
class |
NewCoverageAggregator
|
class |
NewCoverageFileAnalyzer
|
class |
NewItCoverageFileAnalyzer
|
class |
NewViolationsDecorator
|
class |
TendencyDecorator
|
class |
TimeMachineConfigurationPersister
|
class |
VariationDecorator
|
class |
ViolationPersisterDecorator
|
class |
ViolationTrackingDecorator
|
| Uses of CheckProject in org.sonar.plugins.cpd |
|---|
| Classes in org.sonar.plugins.cpd that implement CheckProject | |
|---|---|
class |
CpdSensor
|
| Uses of CheckProject in org.sonar.plugins.cpd.decorators |
|---|
| Classes in org.sonar.plugins.cpd.decorators that implement CheckProject | |
|---|---|
class |
DuplicationDensityDecorator
|
class |
SumDuplicationsDecorator
|
| Uses of CheckProject in org.sonar.plugins.design.batch |
|---|
| Classes in org.sonar.plugins.design.batch that implement CheckProject | |
|---|---|
class |
FileTangleIndexDecorator
|
class |
MavenDependenciesSensor
|
class |
PackageTangleIndexDecorator
|
class |
ProjectDsmDecorator
For performance reasons, this decorator is currently limited to matrix between modules. |
class |
SuspectLcom4DensityDecorator
|
class |
TangleIndexDecorator
|
| Uses of CheckProject in org.sonar.plugins.findbugs |
|---|
| Classes in org.sonar.plugins.findbugs that implement CheckProject | |
|---|---|
class |
FindbugsMavenInitializer
Configures Sonar FindBugs Plugin according to configuration of findbugs-maven-plugin. |
class |
FindbugsSensor
|
| Uses of CheckProject in org.sonar.plugins.jacoco |
|---|
| Classes in org.sonar.plugins.jacoco that implement CheckProject | |
|---|---|
class |
JacocoAntInitializer
|
class |
JaCoCoItSensor
Note that this class can't extend AbstractCoverageExtension, because in this case this extension will be
disabled under Sonar 2.3, if JaCoCo is not defined as the default code coverage plugin. |
class |
JacocoMavenInitializer
|
class |
JaCoCoSensor
|
| Uses of CheckProject in org.sonar.plugins.pmd |
|---|
| Classes in org.sonar.plugins.pmd that implement CheckProject | |
|---|---|
class |
PmdSensor
|
| Uses of CheckProject in org.sonar.plugins.squid |
|---|
| Classes in org.sonar.plugins.squid that implement CheckProject | |
|---|---|
class |
JavaSourceImporter
|
class |
SquidSensor
|
| Uses of CheckProject in org.sonar.plugins.squid.decorators |
|---|
| Classes in org.sonar.plugins.squid.decorators that implement CheckProject | |
|---|---|
class |
ChidamberKemererDistributionBuilder
|
class |
ClassesDecorator
|
class |
FileComplexityDistributionDecorator
|
class |
FunctionComplexityDistributionBuilder
|
class |
FunctionsDecorator
|
| Uses of CheckProject in org.sonar.plugins.surefire |
|---|
| Classes in org.sonar.plugins.surefire that implement CheckProject | |
|---|---|
class |
SurefireSensor
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||