com.x8ing.mc.bp
Class BugList

java.lang.Object
  extended by com.x8ing.mc.bp.BugList

public class BugList
extends java.lang.Object

List of bugs.

Author:
Patrick Heusser

Constructor Summary
BugList()
           
 
Method Summary
 void addBug(Bug bug)
           
 java.util.List getAllBugs()
           
 java.util.List getBugsWithState(Bug.BugState bugState)
           
 java.util.List getBugsWithState(Bug.BugState[] bugState)
           
 java.util.List getBugsWithStateDeployed()
           
 java.util.List getBugsWithStateFixed()
           
 java.util.List getBugsWithStateFixLater()
           
 java.util.List getBugsWithStateNew()
           
 java.util.List getBugsWithStateProductionTestFailed()
           
 int getNextBugID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugList

public BugList()
Method Detail

addBug

public void addBug(Bug bug)

getAllBugs

public java.util.List getAllBugs()

getNextBugID

public int getNextBugID()

getBugsWithState

public java.util.List getBugsWithState(Bug.BugState[] bugState)

getBugsWithState

public java.util.List getBugsWithState(Bug.BugState bugState)

getBugsWithStateNew

public java.util.List getBugsWithStateNew()

getBugsWithStateFixed

public java.util.List getBugsWithStateFixed()

getBugsWithStateDeployed

public java.util.List getBugsWithStateDeployed()

getBugsWithStateFixLater

public java.util.List getBugsWithStateFixLater()

getBugsWithStateProductionTestFailed

public java.util.List getBugsWithStateProductionTestFailed()


by Patrick Heusser