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

Packages that use ActionPlan
org.sonar.wsclient.issue   
org.sonar.wsclient.issue.internal   
 

Uses of ActionPlan in org.sonar.wsclient.issue
 

Methods in org.sonar.wsclient.issue that return ActionPlan
 ActionPlan Issues.actionPlans(Issue issue)
           
 ActionPlan ActionPlanClient.close(String actionPlanKey)
           
 ActionPlan ActionPlanClient.create(NewActionPlan newActionPlan)
           
 ActionPlan ActionPlanClient.open(String actionPlanKey)
           
 ActionPlan ActionPlanClient.update(UpdateActionPlan updateActionPlan)
           
 

Methods in org.sonar.wsclient.issue that return types with arguments of type ActionPlan
 Collection<ActionPlan> Issues.actionPlans()
           
 List<ActionPlan> ActionPlanClient.find(String projectKey)
           
 

Uses of ActionPlan in org.sonar.wsclient.issue.internal
 

Classes in org.sonar.wsclient.issue.internal that implement ActionPlan
 class DefaultActionPlan
           
 

Methods in org.sonar.wsclient.issue.internal that return ActionPlan
 ActionPlan DefaultIssues.actionPlans(Issue issue)
           
 ActionPlan DefaultActionPlanClient.close(String actionPlanKey)
           
 ActionPlan DefaultActionPlanClient.create(NewActionPlan newActionPlan)
           
 ActionPlan DefaultActionPlanClient.open(String actionPlanKey)
           
 ActionPlan DefaultActionPlanClient.update(UpdateActionPlan updateActionPlan)
           
 

Methods in org.sonar.wsclient.issue.internal that return types with arguments of type ActionPlan
 Collection<ActionPlan> DefaultIssues.actionPlans()
           
 List<ActionPlan> DefaultActionPlanClient.find(String projectKey)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.