org.sonar.api.batch
Interface CheckProject

All Known Subinterfaces:
Decorator, Sensor
All Known Implementing Classes:
AbstractCoverageDecorator, AbstractDirectoriesDecorator, AbstractDivisionDecorator, AbstractFileComplexityDecorator, AbstractFilesDecorator, AbstractFunctionComplexityDecorator, AbstractFunctionComplexityDistributionDecorator, AbstractNewCoverageFileAnalyzer, AbstractSourceImporter, AbstractSumChildrenDecorator, ApplyProjectRolesDecorator, BranchCoverageDecorator, CheckAlertThresholds, CheckstyleSensor, ChidamberKemererDistributionBuilder, ClassComplexityDistributionBuilder, ClassesDecorator, CloseReviewsDecorator, CoberturaMavenInitializer, CoberturaSensor, CommentDensityDecorator, CoverageDecorator, CpdSensor, DirectoriesDecorator, DuplicationDensityDecorator, FilesDecorator, FileTangleIndexDecorator, FindbugsMavenInitializer, FindbugsSensor, FormulaDecorator, FunctionComplexityDistributionBuilder, FunctionsDecorator, GenerateAlertEvents, Initializer, ItBranchCoverageDecorator, ItCoverageDecorator, ItLineCoverageDecorator, JacocoAntInitializer, JaCoCoItSensor, JacocoMavenInitializer, JaCoCoSensor, JavaSourceImporter, LineCoverageDecorator, ManualMeasureDecorator, ManualViolationInjector, MavenDependenciesSensor, MavenInitializer, NewCoverageAggregator, NewCoverageFileAnalyzer, NewItCoverageFileAnalyzer, NewViolationsDecorator, PackageTangleIndexDecorator, PmdSensor, ProfileEventsSensor, ProfileSensor, ProjectDsmDecorator, ProjectFileSystemLogger, ProjectLinksSensor, SquidSensor, SumDuplicationsDecorator, SurefireSensor, SuspectLcom4DensityDecorator, TangleIndexDecorator, TendencyDecorator, TimeMachineConfigurationPersister, UnitTestDecorator, UpdateReviewsDecorator, VariationDecorator, VersionEventsSensor, ViolationPersisterDecorator, ViolationsDecorator, ViolationsDensityDecorator, ViolationSeverityUpdater, ViolationTrackingDecorator, WeightedViolationsDecorator

public interface CheckProject

Since:
1.10

Method Summary
 boolean shouldExecuteOnProject(Project project)
           
 

Method Detail

shouldExecuteOnProject

boolean shouldExecuteOnProject(Project project)


Copyright © 2009-2012 SonarSource. All Rights Reserved.