| Package | Description |
|---|---|
| org.sonar.wsclient.issue | |
| org.sonar.wsclient.issue.internal |
| Modifier and Type | Method and Description |
|---|---|
ActionPlan |
Issues.actionPlans(Issue issue) |
ActionPlan |
ActionPlanClient.close(String actionPlanKey) |
ActionPlan |
ActionPlanClient.create(NewActionPlan newActionPlan) |
ActionPlan |
ActionPlanClient.open(String actionPlanKey) |
ActionPlan |
ActionPlanClient.update(UpdateActionPlan updateActionPlan) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ActionPlan> |
Issues.actionPlans() |
List<ActionPlan> |
ActionPlanClient.find(String projectKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultActionPlan |
| Modifier and Type | Method and Description |
|---|---|
ActionPlan |
DefaultIssues.actionPlans(Issue issue) |
ActionPlan |
DefaultActionPlanClient.close(String actionPlanKey) |
ActionPlan |
DefaultActionPlanClient.create(NewActionPlan newActionPlan) |
ActionPlan |
DefaultActionPlanClient.open(String actionPlanKey) |
ActionPlan |
DefaultActionPlanClient.update(UpdateActionPlan updateActionPlan) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ActionPlan> |
DefaultIssues.actionPlans() |
List<ActionPlan> |
DefaultActionPlanClient.find(String projectKey) |
Copyright © 2009–2015 SonarSource. All rights reserved.