cern.jira.emailhandler
Interface IssueDescriptor
- All Known Implementing Classes:
- IssueDescriptorImpl
public interface IssueDescriptor
Description of an issue in JIRA as it was parsed from an email message.
Released under the BSD License: see file license.txt for details.
- Version:
- 3.0 (19-3-2009)
- Author:
- Daniele Raffo
getComponents
java.lang.String[] getComponents()
- Returns:
- the components associated to this issue
getIssueType
java.lang.String getIssueType()
- Returns:
- the issue type
getPriority
int getPriority()
- Returns:
- the priority
getProjectKey
java.lang.String getProjectKey()
- Returns:
- the project key
getSummary
java.lang.String getSummary()
- Returns:
- the summary of this issue
getReporter
java.lang.String getReporter()
- Returns:
- the reporter of this issue
getAssignee
java.lang.String getAssignee()
- Returns:
- the assignee of this issue
getDueDate
java.sql.Timestamp getDueDate()
- Returns:
- the due date of this issue
getOriginalEstimate
java.lang.Long getOriginalEstimate()
- Returns:
- the original estimate for the issue