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

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

Uses of NewActionPlan in org.sonar.wsclient.issue
 

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

Methods in org.sonar.wsclient.issue with parameters of type NewActionPlan
 ActionPlan ActionPlanClient.create(NewActionPlan newActionPlan)
           
 

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

Methods in org.sonar.wsclient.issue.internal with parameters of type NewActionPlan
 ActionPlan DefaultActionPlanClient.create(NewActionPlan newActionPlan)
           
 



Copyright © 2009-2013 SonarSource. All Rights Reserved.