org.sonar.api.issue
Interface ActionPlan

All Superinterfaces:
Serializable

public interface ActionPlan
extends Serializable

Since:
3.6

Field Summary
static String STATUS_CLOSED
           
static String STATUS_OPEN
           
 
Method Summary
 Date createdAt()
           
 Date deadLine()
           
 String description()
           
 String key()
          Unique generated key
 String name()
           
 String projectKey()
           
 String status()
           
 Date updatedAt()
           
 String userLogin()
           
 

Field Detail

STATUS_OPEN

static final String STATUS_OPEN
See Also:
Constant Field Values

STATUS_CLOSED

static final String STATUS_CLOSED
See Also:
Constant Field Values
Method Detail

key

String key()
Unique generated key


name

String name()

projectKey

String projectKey()

description

@CheckForNull
String description()

userLogin

String userLogin()

status

String status()

deadLine

@CheckForNull
Date deadLine()

createdAt

Date createdAt()

updatedAt

Date updatedAt()


Copyright © 2009-2013 SonarSource. All Rights Reserved.