Uses of Interface
org.sonar.api.issue.ActionPlan

Packages that use ActionPlan
org.sonar.api.issue   
 

Uses of ActionPlan in org.sonar.api.issue
 

Methods in org.sonar.api.issue that return ActionPlan
 ActionPlan IssueQueryResult.actionPlan(Issue issue)
           
 

Methods in org.sonar.api.issue that return types with arguments of type ActionPlan
 Collection<ActionPlan> IssueQueryResult.actionPlans()
          The action plans involved in the paginated IssueQueryResult.issues().
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.