Uses of Class
com.x8ing.mc.bp.Bug.BugState

Packages that use Bug.BugState
com.x8ing.mc.bp   
com.x8ing.mc.bp.develop   
 

Uses of Bug.BugState in com.x8ing.mc.bp
 

Fields in com.x8ing.mc.bp declared as Bug.BugState
static Bug.BugState Bug.BugState.STATE_BUG_DEPLOYED
           
static Bug.BugState Bug.BugState.STATE_BUG_FIX_LATER
           
static Bug.BugState Bug.BugState.STATE_BUG_FIXED
           
static Bug.BugState Bug.BugState.STATE_BUG_NEW
           
static Bug.BugState Bug.BugState.STATE_BUG_TEST_FAILED
           
static Bug.BugState Bug.BugState.STATE_BUG_TEST_SUCESS
           
 

Methods in com.x8ing.mc.bp that return Bug.BugState
 Bug.BugState Bug.getBugState()
           
 

Methods in com.x8ing.mc.bp with parameters of type Bug.BugState
 java.util.List BugList.getBugsWithState(Bug.BugState bugState)
           
 java.util.List BugList.getBugsWithState(Bug.BugState[] bugState)
           
 void Bug.setBugState(Bug.BugState bugState)
           
 

Uses of Bug.BugState in com.x8ing.mc.bp.develop
 

Fields in com.x8ing.mc.bp.develop declared as Bug.BugState
static Bug.BugState[] FixAllKnownBugsAction.STATES_TO_FIX
          all bugs in that state must be fixed.
 



by Patrick Heusser