org.sonar.wsclient.issue.internal
Class DefaultActionPlan

java.lang.Object
  extended by org.sonar.wsclient.issue.internal.DefaultActionPlan
All Implemented Interfaces:
ActionPlan

public class DefaultActionPlan
extends Object
implements ActionPlan

Since:
3.6

Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

key

public String key()
Unique key

Specified by:
key in interface ActionPlan

project

public String project()
Specified by:
project in interface ActionPlan

name

public String name()
Specified by:
name in interface ActionPlan

description

@CheckForNull
public String description()
Specified by:
description in interface ActionPlan

status

public String status()
Specified by:
status in interface ActionPlan

userLogin

public String userLogin()
Login of the user who created the action plan.

Specified by:
userLogin in interface ActionPlan

deadLine

@CheckForNull
public Date deadLine()
Specified by:
deadLine in interface ActionPlan

createdAt

public Date createdAt()
Specified by:
createdAt in interface ActionPlan

updatedAt

public Date updatedAt()
Specified by:
updatedAt in interface ActionPlan

totalIssues

@CheckForNull
public Integer totalIssues()
Specified by:
totalIssues in interface ActionPlan

unresolvedIssues

@CheckForNull
public Integer unresolvedIssues()
Specified by:
unresolvedIssues in interface ActionPlan


Copyright © 2009-2013 SonarSource. All Rights Reserved.