public class DefaultActionPlan extends Object implements ActionPlan
| Modifier and Type | Method and Description |
|---|---|
Date |
createdAt() |
Date |
deadLine() |
String |
description() |
String |
key()
Unique key
|
String |
name() |
String |
project() |
String |
status() |
Integer |
totalIssues() |
Integer |
unresolvedIssues() |
Date |
updatedAt() |
String |
userLogin()
Login of the user who created the action plan.
|
public String key()
key in interface ActionPlanpublic String project()
project in interface ActionPlanpublic String name()
name in interface ActionPlan@CheckForNull public String description()
description in interface ActionPlanpublic String status()
status in interface ActionPlanpublic String userLogin()
userLogin in interface ActionPlan@CheckForNull public Date deadLine()
deadLine in interface ActionPlanpublic Date createdAt()
createdAt in interface ActionPlanpublic Date updatedAt()
updatedAt in interface ActionPlan@CheckForNull public Integer totalIssues()
totalIssues in interface ActionPlan@CheckForNull public Integer unresolvedIssues()
unresolvedIssues in interface ActionPlanCopyright © 2009–2015 SonarSource. All rights reserved.