com.atlassian.jira.webtest.framework.model
Interface IssueData

All Known Implementing Classes:
SimpleIssueData

public interface IssueData

Issue meta data, used by components associated with a particular issue.

Since:
v4.3

Method Summary
 long id()
          Database ID of the issue.
 String key()
          Issue key.
 

Method Detail

id

long id()
Database ID of the issue.

Returns:
ID of the issue

key

String key()
Issue key.

Returns:
key of the issue


Copyright © 2002-2013 Atlassian. All Rights Reserved.