Subversion Repositories DevTools

Rev

Rev 7169 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7169 Rev 7176
Line 60... Line 60...
60
   */
60
   */
61
  public void persist(ReleaseManager releaseManager, int rconId, BuildState newState) throws Exception
61
  public void persist(ReleaseManager releaseManager, int rconId, BuildState newState) throws Exception
62
  {
62
  {
63
    mBuildState = newState;
63
    mBuildState = newState;
64
    eState = null;
64
    eState = null;
65
    mLogger.debug("persist " + rconId + " " + mBuildState.toValue());
65
    mLogger.debug("persist {} {}", rconId, mBuildState.toValue());
66
    releaseManager.updateCurrentRunLevel(rconId, mBuildState.toValue());
66
    releaseManager.updateCurrentRunLevel(rconId, mBuildState.toValue());
67
  }
67
  }
68
 
68
 
69
  /**
69
  /**
70
   * updates (advertises) the DB_CANNOT_CONTINUE state to the database, while
70
   * updates (advertises) the DB_CANNOT_CONTINUE state to the database, while