Uses of Class
net.sf.jagzilla.exceptions.NoSuchMilestoneException

Packages that use NoSuchMilestoneException
net.sf.jagzilla Main package for jagzilla which contains core api interfaces and implementing classes. 
 

Uses of NoSuchMilestoneException in net.sf.jagzilla
 

Methods in net.sf.jagzilla that throw NoSuchMilestoneException
 java.util.List BugQuery.getBugsQuery(java.lang.String product, java.lang.String component, java.lang.String version, java.lang.String milestone, java.util.Date creationFrom, java.util.Date creationTo, java.lang.String priority, java.lang.String severity, java.lang.String status, java.lang.String resolution, int assignedTo, int reportedBy)
          gets all bugs that match the criteria.
 void BugQuery.addBug(Bug bug)
          adds a new bug to the database.
 void BugQuery.updateBug(Bug bug)
          updates the bug.
 java.util.List BugQueryHibernateImpl.getBugsQuery(java.lang.String product, java.lang.String component, java.lang.String version, java.lang.String milestone, java.util.Date creationFrom, java.util.Date creationTo, java.lang.String priority, java.lang.String severity, java.lang.String status, java.lang.String resolution, int assignedTo, int reportedBy)
           
 void BugQueryHibernateImpl.updateBug(Bug bug)
           
 



Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.