Class BuildStatusRecalculator

  • All Implemented Interfaces:
    EventListener, BuildServerListener, ProjectsModelListener, ServerListener

    public class BuildStatusRecalculator
    extends BuildServerAdapter
    This class recalculates status text for builds. Case 1: we need to recalculate status text for builds which were started before finishing one and finished after it, to update "new failed tests" count text (or any number that depends on previous build) Case 2: we need to update status text for finished builds, when its problem change (for instance, when user add manual problem) Tests are in BuildStatusTest.