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

Packages that use TaskExtension
org.sonar.api.batch.bootstrap   
org.sonar.api.resources   
org.sonar.api.task   
 

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

Subinterfaces of TaskExtension 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 TaskExtension in org.sonar.api.resources
 

Classes in org.sonar.api.resources that implement TaskExtension
 class ResourceTypeTree
           
 

Uses of TaskExtension in org.sonar.api.task
 

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

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



Copyright © 2009-2014 SonarSource. All Rights Reserved.