org.sonar.batch.tasks
Class ListTask

java.lang.Object
  extended by org.sonar.batch.tasks.ListTask
All Implemented Interfaces:
Extension, Task, TaskComponent, TaskExtension

public class ListTask
extends Object
implements Task


Field Summary
static TaskDefinition DEFINITION
           
static String KEY
           
 
Constructor Summary
ListTask(Tasks tasks)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
See Also:
Constant Field Values

DEFINITION

public static final TaskDefinition DEFINITION
Constructor Detail

ListTask

public ListTask(Tasks tasks)
Method Detail

execute

public void execute()
Specified by:
execute in interface Task


Copyright © 2009–2015 SonarSource. All rights reserved.