org.sonar.api.issue
Interface IssueFinder

All Superinterfaces:
ServerComponent

public interface IssueFinder
extends ServerComponent

Search for issues. This IoC component can be used only by server-side extensions. BatchExtensions should use the perspective Issuable.

Since:
3.6

Method Summary
 IssueQueryResult find(IssueQuery query)
           
 

Method Detail

find

IssueQueryResult find(IssueQuery query)


Copyright © 2009-2013 SonarSource. All Rights Reserved.