Uses of Class
org.sonar.wsclient.issue.UpdateActionPlan

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

Uses of UpdateActionPlan in org.sonar.wsclient.issue
 

Methods in org.sonar.wsclient.issue that return UpdateActionPlan
static UpdateActionPlan UpdateActionPlan.create()
           
 UpdateActionPlan UpdateActionPlan.deadLine(Date deadLine)
           
 UpdateActionPlan UpdateActionPlan.description(String s)
           
 UpdateActionPlan UpdateActionPlan.key(String s)
           
 UpdateActionPlan UpdateActionPlan.name(String s)
           
 

Methods in org.sonar.wsclient.issue with parameters of type UpdateActionPlan
 ActionPlan ActionPlanClient.update(UpdateActionPlan updateActionPlan)
           
 

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

Methods in org.sonar.wsclient.issue.internal with parameters of type UpdateActionPlan
 ActionPlan DefaultActionPlanClient.update(UpdateActionPlan updateActionPlan)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.