com.atlassian.jira.util
Class BugzillaImportBean.DefaultBugzillaMappingBean

java.lang.Object
  extended bycom.atlassian.jira.util.BugzillaImportBean.DefaultBugzillaMappingBean
All Implemented Interfaces:
com.atlassian.jira.util.BugzillaImportBean.BugzillaMappingBean
Enclosing class:
BugzillaImportBean

public abstract static class BugzillaImportBean.DefaultBugzillaMappingBean
extends Object
implements com.atlassian.jira.util.BugzillaImportBean.BugzillaMappingBean


Field Summary
static String JIRA_BUG_ISSUE_TYPE_ID
          The JIRA issue type to use for normal Bugzilla bugs.
static String JIRA_ENHANCEMENT_ISSUE_TYPE_ID
          The JIRA issue type to use for Bugzilla bugs that are 'enhancements'.
 
Constructor Summary
BugzillaImportBean.DefaultBugzillaMappingBean()
           
 
Method Summary
 String getPriority(String originalPriority)
           
abstract  String getProjectKey(String project)
           
 String getProjectLead(String project)
           
 String getResolution(String originalResolution)
           
 String getStatus(String originalStatus)
           
 String getWorkflowStatus(String originalWorkflowStatus)
           
 Integer getWorkflowStep(String originalWorkflowStep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JIRA_ENHANCEMENT_ISSUE_TYPE_ID

public static final String JIRA_ENHANCEMENT_ISSUE_TYPE_ID
The JIRA issue type to use for Bugzilla bugs that are 'enhancements'.

See Also:
Constant Field Values

JIRA_BUG_ISSUE_TYPE_ID

public static final String JIRA_BUG_ISSUE_TYPE_ID
The JIRA issue type to use for normal Bugzilla bugs.

See Also:
Constant Field Values
Constructor Detail

BugzillaImportBean.DefaultBugzillaMappingBean

public BugzillaImportBean.DefaultBugzillaMappingBean()
Method Detail

getPriority

public String getPriority(String originalPriority)
Specified by:
getPriority in interface com.atlassian.jira.util.BugzillaImportBean.BugzillaMappingBean

getResolution

public String getResolution(String originalResolution)
Specified by:
getResolution in interface com.atlassian.jira.util.BugzillaImportBean.BugzillaMappingBean

getStatus

public String getStatus(String originalStatus)
Specified by:
getStatus in interface com.atlassian.jira.util.BugzillaImportBean.BugzillaMappingBean

getWorkflowStep

public Integer getWorkflowStep(String originalWorkflowStep)
Specified by:
getWorkflowStep in interface com.atlassian.jira.util.BugzillaImportBean.BugzillaMappingBean

getWorkflowStatus

public String getWorkflowStatus(String originalWorkflowStatus)
Specified by:
getWorkflowStatus in interface com.atlassian.jira.util.BugzillaImportBean.BugzillaMappingBean

getProjectKey

public abstract String getProjectKey(String project)
Specified by:
getProjectKey in interface com.atlassian.jira.util.BugzillaImportBean.BugzillaMappingBean

getProjectLead

public String getProjectLead(String project)


Copyright © 2002-2006 Atlassian. All Rights Reserved.