com.atlassian.jira.util
Class BugzillaImportHelper

java.lang.Object
  extended by com.atlassian.jira.util.BugzillaImportHelper

public class BugzillaImportHelper
extends Object

Copyright 2007 Atlassian Software. All rights reserved.


Constructor Summary
BugzillaImportHelper()
           
 
Method Summary
static Map getCountSummariesOverLimit(BugzillaConnectionBean connectionBean, int maxLimit)
          Returns a map of product names (projects) to integer counts of bugs (issues) that have their short_desc (summaries) longer than maxLimit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugzillaImportHelper

public BugzillaImportHelper()
Method Detail

getCountSummariesOverLimit

public static Map getCountSummariesOverLimit(BugzillaConnectionBean connectionBean,
                                             int maxLimit)
Returns a map of product names (projects) to integer counts of bugs (issues) that have their short_desc (summaries) longer than maxLimit. Note: This method is not supported for Bugzilla 2.16 or older. It has not been tested on Bugzilla 2.16 or older and may not work.

Parameters:
connectionBean - Bugzilla connection bean
maxLimit - summary (short_desc) max limit
Returns:
a map of product names (projects) to integer counts of bugs (issues) that have their short_desc (summaries) longer than maxLimit
Since:
v3.11


Copyright © 2002-2007 Atlassian. All Rights Reserved.