public class DefaultActionPlanClient extends Object implements ActionPlanClient
SonarClient.actionPlanClient().| Constructor and Description |
|---|
DefaultActionPlanClient(HttpRequestFactory requestFactory)
For internal use.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public DefaultActionPlanClient(HttpRequestFactory requestFactory)
SonarClient to get an instance.public List<ActionPlan> find(String projectKey)
find in interface ActionPlanClientpublic ActionPlan create(NewActionPlan newActionPlan)
create in interface ActionPlanClientpublic ActionPlan update(UpdateActionPlan updateActionPlan)
update in interface ActionPlanClientpublic void delete(String actionPlanKey)
delete in interface ActionPlanClientpublic ActionPlan open(String actionPlanKey)
open in interface ActionPlanClientpublic ActionPlan close(String actionPlanKey)
close in interface ActionPlanClientCopyright © 2009–2015 SonarSource. All rights reserved.