org.sonar.wsclient.issue
Interface ActionPlanClient

All Known Implementing Classes:
DefaultActionPlanClient

public interface ActionPlanClient

Since:
3.6

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)
           
 

Method Detail

find

List<ActionPlan> find(String projectKey)

create

ActionPlan create(NewActionPlan newActionPlan)

update

ActionPlan update(UpdateActionPlan updateActionPlan)

delete

void delete(String actionPlanKey)

open

ActionPlan open(String actionPlanKey)

close

ActionPlan close(String actionPlanKey)


Copyright © 2009–2015 SonarSource. All rights reserved.