Interface PendingBuildResultsStateRestoration

All Known Implementing Classes:
PendingBuildResultsStateRestorationImpl

@Internal public interface PendingBuildResultsStateRestoration
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads server state stored on disk and restores it.
  • Method Details

    • restoreState

      Set<ResultKey> restoreState()
      Loads server state stored on disk and restores it. Performs cleanup of PENDING builds at Bamboo start-up in case their state was not restored. In that case converts all PENDING builds into NOT_BUILD if they are part of a chain and deletes them otherwise.
      Returns:
      keys of restored job results