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

Method Summary
 java.lang.String getAssignee()
           
 java.lang.String[] getComponents()
           
 java.sql.Timestamp getDueDate()
           
 java.lang.String getIssueType()
           
 java.lang.Long getOriginalEstimate()
           
 int getPriority()
           
 java.lang.String getProjectKey()
           
 java.lang.String getReporter()
           
 java.lang.String getSummary()
           
 

Method Detail

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