com.x8ing.mc.bp
Class BugList
java.lang.Object
com.x8ing.mc.bp.BugList
public class BugList
- extends java.lang.Object
List of bugs.
- Author:
- Patrick Heusser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BugList
public BugList()
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