com.atlassian.jira.util
Class BugzillaImportBean.DefaultBugzillaMappingBean

java.lang.Object
  extended by com.atlassian.jira.util.BugzillaImportBean.DefaultBugzillaMappingBean
Enclosing class:
BugzillaImportBean

public abstract static class BugzillaImportBean.DefaultBugzillaMappingBean
extends Object


Constructor Summary
BugzillaImportBean.DefaultBugzillaMappingBean()
           
 
Method Summary
 String getPriority(String originalPriority)
           
abstract  String getProjectKey(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
 

Constructor Detail

BugzillaImportBean.DefaultBugzillaMappingBean

public BugzillaImportBean.DefaultBugzillaMappingBean()
Method Detail

getPriority

public String getPriority(String originalPriority)

getResolution

public String getResolution(String originalResolution)

getStatus

public String getStatus(String originalStatus)

getWorkflowStep

public Integer getWorkflowStep(String originalWorkflowStep)

getWorkflowStatus

public String getWorkflowStatus(String originalWorkflowStatus)

getProjectKey

public abstract String getProjectKey(String project)


Copyright © 2002-2008 Atlassian. All Rights Reserved.