org.sonar.wsclient.issue
Interface ActionPlan

All Known Implementing Classes:
DefaultActionPlan

public interface 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.
 

Method Detail

key

String key()
Unique key


project

String project()

name

String name()

description

@CheckForNull
String description()

status

String status()

userLogin

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


deadLine

@CheckForNull
Date deadLine()

createdAt

Date createdAt()

updatedAt

Date updatedAt()

totalIssues

@CheckForNull
Integer totalIssues()

unresolvedIssues

@CheckForNull
Integer unresolvedIssues()


Copyright © 2009–2015 SonarSource. All rights reserved.