org.sonar.api.task
Interface Task

All Superinterfaces:
Extension, TaskComponent, TaskExtension

public interface Task
extends TaskExtension

Implement this interface to provide the behavior of a task.

Since:
3.6

Method Summary
 void execute()
           
 

Method Detail

execute

void execute()


Copyright © 2009–2015 SonarSource. All rights reserved.