Uses of Interface
org.sonar.api.task.TaskComponent

Packages that use TaskComponent
org.sonar.api.batch.bootstrap   
org.sonar.api.measures   
org.sonar.api.resources   
org.sonar.api.rules   
org.sonar.api.security   
org.sonar.api.task   
org.sonar.api.utils   
org.sonar.api.utils.internal   
 

Uses of TaskComponent in org.sonar.api.batch.bootstrap
 

Subinterfaces of TaskComponent in org.sonar.api.batch.bootstrap
 interface ProjectBootstrapper
          Deprecated. since 4.3 All bootstrappers should use SQ Runner API and provide a set of properties
 

Uses of TaskComponent in org.sonar.api.measures
 

Subinterfaces of TaskComponent in org.sonar.api.measures
 interface MetricFinder
           
 

Uses of TaskComponent in org.sonar.api.resources
 

Classes in org.sonar.api.resources that implement TaskComponent
 class ResourceTypes
           
 class ResourceTypeTree
           
 

Uses of TaskComponent in org.sonar.api.rules
 

Subinterfaces of TaskComponent in org.sonar.api.rules
 interface RuleFinder
           
 

Uses of TaskComponent in org.sonar.api.security
 

Subinterfaces of TaskComponent in org.sonar.api.security
 interface ResourcePermissions
          Grant access to newly created projects.
 

Uses of TaskComponent in org.sonar.api.task
 

Subinterfaces of TaskComponent in org.sonar.api.task
 interface Task
          Implement this interface to provide the behavior of a task.
 interface TaskExtension
          Task extension point
 

Classes in org.sonar.api.task that implement TaskComponent
 class TaskDefinition
          Register and describe a TaskExtension.
 

Uses of TaskComponent in org.sonar.api.utils
 

Subinterfaces of TaskComponent in org.sonar.api.utils
 interface Semaphores
          A semaphore shared among all the processes that can connect to the central database.
 interface TempFolder
          Use this component to deal with temp files/folders.
 

Uses of TaskComponent in org.sonar.api.utils.internal
 

Classes in org.sonar.api.utils.internal that implement TaskComponent
 class DefaultTempFolder
           
 class TempFolderCleaner
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.