org.sonar.wsclient.issue.internal
Class DefaultActionPlanClient

java.lang.Object
  extended by org.sonar.wsclient.issue.internal.DefaultActionPlanClient
All Implemented Interfaces:
ActionPlanClient

public class DefaultActionPlanClient
extends Object
implements ActionPlanClient

Do not instantiate this class, but use SonarClient.actionPlanClient().


Constructor Summary
DefaultActionPlanClient(HttpRequestFactory requestFactory)
          For internal use.
 
Method Summary
 ActionPlan close(String actionPlanKey)
           
 ActionPlan create(NewActionPlan newActionPlan)
           
 void delete(String actionPlanKey)
           
 List<ActionPlan> find(String projectKey)
           
 ActionPlan open(String actionPlanKey)
           
 ActionPlan update(UpdateActionPlan updateActionPlan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionPlanClient

public DefaultActionPlanClient(HttpRequestFactory requestFactory)
For internal use. Use SonarClient to get an instance.

Method Detail

find

public List<ActionPlan> find(String projectKey)
Specified by:
find in interface ActionPlanClient

create

public ActionPlan create(NewActionPlan newActionPlan)
Specified by:
create in interface ActionPlanClient

update

public ActionPlan update(UpdateActionPlan updateActionPlan)
Specified by:
update in interface ActionPlanClient

delete

public void delete(String actionPlanKey)
Specified by:
delete in interface ActionPlanClient

open

public ActionPlan open(String actionPlanKey)
Specified by:
open in interface ActionPlanClient

close

public ActionPlan close(String actionPlanKey)
Specified by:
close in interface ActionPlanClient


Copyright © 2009-2014 SonarSource. All Rights Reserved.